Installation Notes
Installation Notes
Back to
downloads page.
Step 1: Install Tomcat (see www.apache.org).
Step 2: Download the installation archive (zipped tar) of the required
application (e.g., SINGCELL, TWINCELL, CCHAN, CBASIN, or DRPWS3E).
Step 3: Copy and extract it to the "webapps" folder of
the "tomcat home
directory":
- tar -xvzf filename.tar.gz
Step 5: Startup Tomcat (bin/startup.sh).
Step 6: The application can be accessed using the following URL:
-
http://server:port/application-name/servlet/servlet-name
- example: http://cislinux.cis.ksu.edu:8448/SINGCELL/servlet/SINGCELL
- The application-name is the same as the servlet-name
for all the applications
For complete instructions for installing and running tomcat, visit
http://jakarta.apache.org/tomcat/