Urfan,
>
> Hi,
>
> With standard Tomcat configuration you should invoke jsp pages as
> localhost:port/MyProj/MyJsp.jsp
>
> Also check out how tag is configured in server.xml file of your
> tomcat.
>
> Regards,
My one and only html page (URL is like this:
http://localhost:8181/esp/esp/logou
The problem I'm facing is this: when I make a request on my application running
on Tomcat I get "status 404 - the requested resource is not available".
Some background:
This is a large and old application that I've been asked to modernize. It runs
fine on an earlier Tomcat (v5 I think).
The cur