3.2 Deploying Servlets

On Tomcat 4.1, Web applications are deployed in one of the following ways:

These are standard methods across all platforms for deploying applications using Tomcat 4.x.

To deploy servlets and JSPs, use Tomcat Manager and see the Tomcat Web Application Manager How To documentation on the Apache Web site.

NOTE:If you are deploying administration applications on the Admin version of Tomcat (sys:/adminsrv/webapps), use the same methods outlined above, except that you should place XML in the sys:/adminsrv/webapps directory rather than in the sys:/tomcat/4/webapps directory.