Set up a server to run Java/JSP for this project: (These steps apply to NJIT AFS servers, see http://web.njit.edu/ for more details) 1. Install Tomcat Server: a. Set up a regular website(skip this step if you have set up a website in NJIT already): Log in to AFS account, run home.page.setup to set up a website. The system will create a directory, called public_html, where can host all your web pages. Create a simple web page called index.html in the public_html folder, then in the web browser, type http://web.njit.edu/~youraccount to see if it works. b. Set up a Tomcat server:(must finish step 1.a first) Log in to your AFS account and run 'tomcat.setup' to install Tomcat Server. The system will create a subdirectory, WEB-INF, under the public_html directory. 2. Upload JSP/Java files to Tomcat Server: a. Upload JSP files to public_html directory. b. Under the WEB-INF, create two subdirectories(if the system didn't create them) named classes and lib. c. Upload all jar files to lib directory. d. Upload all Java classes to classes directory. If the Java class is in a package, make sure to create subdirectory for the package and put the classes inside that directory. 3. Run Java Server Pages: http://web.njit.edu/~yourAccount/jsfFilename.jsp 4. Evertime you upload the new java classes or library to your tomcat server, you have to wait the tomcat to reboot(see http://web.njit.edu for rebooting schedule)