Servlet basic question...classpaths and servlet locations.

2002-01-03 Thread Neale, Robert
I have Apache 1.3 and Tomcat 3.3 installed. I'm using Tomcat to run servlets, having used JSERV in the past. My question is, how does tomcat decide where to look for the class to run? Secondly, if it runs the class, how can I set the classpath for it? With JServ it was easy. I set lots of

RE: Servlet basic question...classpaths and servlet locations.

2002-01-03 Thread Neale, Robert
Ok, I'll re-read it again. I've solved my problem of it not picking up my own servlet. I hadn't got a jkmount directive redirecting requests. One question on this, If I make the following request http://localhost/examples/servlet/SnoopServlet examples is mentioned in a jkmount directive and I