Assume you have a remus account, login romulus with your remus user name and password first. In a terminal window, type "cd ~" go to your home directory. >/usr/local/bin/nservletuser /*create servlets and jsp */ >install-servlet SomeServlet.class Set environment: open file .cshrc /*assume using tcsh shell */ Add the following lines to .cshrc. Skip the first two lines if you have already set $ORACLE_HOME/bin. ###start setenv ORACLE_HOME /koko/system/oracle/product/10.1.0 setenv PATH $PATH\:$ORACLE_HOME/bin setenv PATH /usr/local/bin:$PATH setenv CLASSPATH /koko/system/oracle/product/10.1.0/jdbc/lib/ojdbc14_g.jar:/webserver/jakarta-home/jakarta-servletapi-4/lib/servlet.jar:. setenv JAVAVERSION 1.4.1 ###end URL to your servlet: http://romulus.rutgers.edu:8080/yourusername/servlet/ServletName reference: http://remus.rutgers.edu/servlet-instructions.html