© University of Kent - Contact | Feedback | Legal
The University of Kent, Canterbury, Kent, CT2 7NZ, T +44 (0)1227 764000
For all systems support queries, please contact cs-syshelp@kent.ac.uk
To run servlets using tomcat on the public PC's, you will need to do :
a) map \\raptor\files to be your x:
b) create a directory x:\home\public_html
c) create a directory x:\home\public_html\webapp
d) create a directory x:\home\public_html\webapp\WEB-INF
e) create a directory x:\home\public_html\webapp\WEB-INF\classes
f) Drop the class files into x:\home\public_html\webapp\WEB-INF\classes
or any relevent place as per the servlet spec.
g) Start the servlet server. This is under departmental software->computer
science->apache tomcat
To then review your servlet you just need to goto
http://localhost:8080/tomcat/servlet/ServletName