Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

HTTP Status 404 - Servlet pdfcreator is not available

843841Feb 17 2005 — edited Feb 18 2005
Hi Friends

I have a very weird problem. initially I made a webapplication of tomcat jakarta-tomcat-5.5.7 by the name DocGen and it worked perfectly. then the client wanted me to run tomcat as a service. So I renamed jakarta-tomcat-5.5.7 to jakarta-tomcat-5.5.7_old and installed afresh jakarta-tomcat-5.5.7 as a serice. After installing as a service I restored the DocGen folder from the old Tomcat to the new Tomcat.

Now when I run tomcat as http://localhost:8080/DocGen/ it works perfectly . Also all the jsps are working fine but when I run any servlet I get this error-

HTTP Status 404 - Servlet pdfcreator is not available
type Status report
message Servlet pdfcreator is not available
description The requested resource (Servlet pdfcreator is not available) is not available.
After I got this error I tried changing the service.xml by adding this

<Context path="/DocGen" docBase="webapps/DocGen"/>

But It does not help in any way.

I would really appreciate if any one of you could help me out with this.

Thanks

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2005
Added on Feb 17 2005
2 comments
123 views