Problem with Apache Tomcat 5.5.12 and calling Servlets
Kevin P Smith
Ranch Hand
Joined: Feb 18, 2005
Posts: 362
posted
0
Hi guys, hope you can help...
I have two Servlets, one called LoginServlet & another called UploadServlet.
The problem I am having is, whilst my program will call/run the LoginServlet fine. When I come to calling the UploadServlet, I get the following page error:
HTTP Status 404 - /admin/secure/uploader/UploadServlet -------------------------------------------------------------------------------- type Status report message /admin/secure/uploader/UploadServlet description The requested resource (/admin/secure/uploader/UploadServlet) is not available. -------------------------------------------------------------------------------- Apache Tomcat/5.5.12
There appears to be no error in the Tomcat logs to help explain what is going on. It's just like the Servlet class just isn;t physically there (obviously it is).
Could someone help, it's really holding me up at the moment.
(Below are some details of file locations and stuff to help you out).