Skip to content

Java Servlet using Tomcat and Ant for learning purposes.

Notifications You must be signed in to change notification settings

quocanha/quoc-servlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

An educational, experimental implementation of a Java servlet using the Apache Tomcat implementation, with Ant as the build system.

The content contains paraphrasing of the links issued below, since those have been taken for reference.

By Quoc An Ha.

Usage

Make sure both Tomcat and Ant are installed. Include the jar under ${CATALINA_HOME}/lib/servlet-api.jar into the classpath (this file is normally part of Java EE).

Then simply run (ant all,) ant dist, ant install.

Ant command

To clean

ant clean

To build

ant compile

To clean & build

ant all

To deploy

ant install

To undeploy

ant undeploy

To reload

ant reload

Refer to the build.xml file for more information.

Links

Problems

None left!

Todo

About

Java Servlet using Tomcat and Ant for learning purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published