CISE Help & Resources

Running a Java Servlet

Note: Due to the large number of tomcat processes that are started up for class purposes, and then left running after the class is over, we will be killing java servlets at the end of each semester. If you need to continue to run them, simply restart them and they will be good for another semester.

In order to run a java servlet or a JSP, do the following steps:

You can get additional documentation on Tomcat at the Tomcat website. Make sure you read the docuementation for the correct version (currently we are running 5).

You can look at additional examples of servlets and JSPs. Servlets are stored in the two directories:

/usr/local/java/tomcat/webapps/servlets-examples

JSPs are stored in the directory:

/usr/local/java/tomcat/webapps/jsp-examples

Info for Students

Info for Faculty & Staff

Industrial Advisory Board