Hello,

I'm new to Java development and I recently installed Tomcat 3.1 in order
to have a server to run some servlet tutorials under. However, when I
follow the instructions to configure my system, it calls for a file
called servlets.properties to be present with some server configuration
info that is needed in order to locate the .class files that I have
assembled. It doesn't seem to be recognizing the settings that are in
this file, though, since when I type http://localhost:8080/servlet/...
the file is not found. If I type the name of the main class file it does
display the main page, but then the other pages are not found since it
makes references that are only included in the servlets.properties file.
I have tried several locations for this file, including
doc_root/WEB-INF/servlets. This is the servlets tutorial and
instructions from java.sun.com by the way. Any help would be
appreciated. I'm probably missing something very simple in my setup.

Thanks,

Bryan Burman

Reply via email to