Tomcat 5.025 : i cannot hit my web application
843836Jul 5 2004 — edited Jul 5 2004Hi all,
I just upgraded to Tomcat 5.0.25 and i was trying to hit my application as usual using
http://localhost:8080/InterMenu/index.jsp
But i cannot hit the page at all and i get the following error
HTTP Status 404 - /InterMenu/index.jsp
--------------------------------------------------------------------------------
type Status report
message /InterMenu/index.jsp
description The requested resource (/InterMenu/index.jsp) is not available.
I tried to hit a simple html also...but it doesn' t work.
This application used to work fine on Tomcat 4.0.4...
Can anyone help me to find a solution...does it have anything to do with the web.xml file...coz the other inbuilt application works fine...like the jsp-examples that comes with the tomcat...
Thanx...i have been trying one whole day....