Have you tried http://localhost/Census/servlet/Census.CensusQuery or http://localhost:8080/Census/servlet/Census.CensusQuery ? You are deploying a new war file(Census webapp) and requires the webapp name before any servlet urls. Exception is the ROOT webapp. Good luck.
-keng wong -----Original Message----- From: Jim Cobban [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 12:00 PM To: Tomcat Users List Subject: Please read Re: Urgent Re: Newbie: Servlet under Windows does not run Please read this thread and tell me what the h**l I am doing wrong. I am just trying to write my first servlet. I have to give a demo Tuesday evening and I cannot get TomCat to run my servlet. Tomcat insists that it cannot find the class, even though as far as I can see the servlet has deployed properly. I have posted every bit of documentation I have on the problem and so far all I have received is sympathy. I have modelled my code directly on the examples, which Tomcat has no trouble running. I honestly cannot see that I am doing anything differently except to name the package and class different names. I am losing my mind! I do not have time to root through the code of Tomcat to find out exactly what it does during deployment of a servlet or where it goes looking for classes, and frankly I don't think that I should have to worry about that. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
