I have a Web App that I have successfully deployed to a JRun server, but when I try to 
port it over to Tomcat 3.2.4 I get the error that it cannot find my Servlet class. I 
hard coded the path to that class in my refering HTML page and it found the class 
properly, however I have several servlets accessed in that first servlet, and now it 
is choking on the second servlet call.
 
I have what I believe is a proper web.xml file, and in fact it was working properly on 
JRun, which could find all the abstracted servlets properly, but it apears that Tomcat 
is not reading the Web.xml file.
 
Can anyone please help me?
 
Rob

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to