Howdy,
Is the servlet mapped in web.xml (or are you using the invoker
servlet?), and are there any errors in your logs?

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Merrill Cornish [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, December 23, 2003 3:09 PM
>To: Tomcat Users List
>Subject: 404: File Not Found = Stupidity?
>
>I'm running Tomcat 5.0.16 standalone on Windows XP Pro.  My JSP/servlet
>application has been coming along nicely, but perhaps I've become
>complacent.
>
>The structure of the application is simple enough: The user starts with
>a JSP page and fills in a form.  The form calls a companion servlet to
>process it.  That servlet then launches the next JSP page which has its
>own servlet to process it, and so on.
>
>Today, I added a new JSP page and processing servlet pair.  The page
>works, but clicking on the submit button brings up the 404-Page Not
>Found error message. The displayed name of the page not found is the
>correct one.  Furthermore:
>
>* The servlet that can't be found is in the same package directory with
>all of the other servlets that do work. (Two other servlets in this
>directory have already been called before reaching the new
JSP/servlet.)
>
>* The page request names are spelled correctly with the same
>capitalization.  There are no inadvertent blanks in the names.
>
>* The servlet compiles cleanly.
>
>* The name of the servlet file matches the name of the class it holds.
>
>* Both Internet Explorer and Firebird display the 404 error.
>
>* I've stopped and restarted Tomcat.  I've rebooted Windows.  I've
>stopped and restarted the browsers.
>
>* The failing servlet is addressed with exactly the same URL as all of
>the servlets that are found except for the actual servlet name at the
end.
>
>In everyway I can see, this new, failing servlet is exactly like all of
>its brothers, except the browser can't find it.  Any suggestions?
>
>Merrill Cornish
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to