when developing, i was using tomcat standalone. Now I'm trying to set up the site to run off the server. It is on an NT box running IIS. I have followed all the instructions in the how-to document but it is still not working. Can anyone answer this q: when developing, the jsp files were in c:\tomcat\webapps\examples\systemDB (project name is systemDB) and the java class files were in c:\tomcat\webapps\examples\web-inf\classes\systemDB where do i put the jsp and the class files on the server?