Hi, I am new here and I have trouble with the setting up of tomcat. I followed all the procedure described in http://www.moreservlets.com/Using-Tomcat-4.html But when come to compile and testservlets. I cannot find classes folder under WEB-INF(install_dir/webapps/ROOT/WEB-INF/classes)There's only one file web.xml. Here's my situation: Win NT, Apache Tomcat 4.0, jdk1.3.1 Can anyone give me some idea what's wrong with my setting?Thank you so much! Calanthe
Hi there, The simplest solution is to try this 1) Create a directory called "classes" under install_dir/webapps/ROOT/WEB-INF/ 2) Copy your servlet over to the classes folder. 3) Restart the tomcat container 4) Follow the rest of the instructions on the moreservlets.com site to view the servlet. Good luck Mark
Mark Fletcher - http://www.markfletcher.org/blog I had some Java certs, but they're too old now...