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