1 - Try reinstalling tomcat without spaces in the path 2 - Webapps don't show up as a directory under / 3 - Does localhost_log_{date}.txt say anything about the webapp? It should.
-Tim
anunay ashish wrote:
Hi, I am using TOMCAT to host JSP pages. The directory structure is: C:\Program Files\Apache Group\Tomcat 4.1\webapps\Tracking_system The page that I want to access is pageFormat.jsp inside Tracking_system through the url: http://localhost:8080/Tracking_system/pageFormat.jsp The web.xml file inside WEB-INF is containing only the following tag: <web-app> </web-app> I am not able to access the page. Sometimes I am able to and sometimes I am not with the error description coming as: The requested resource (/Tracking_system/pageFormat.jsp) is not available.
In fact /Tracking_system is also not shown as a directory.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]