I am facing problem in deploying web application on tomcat 4.0 I have set context path
<Context path="/crs11" docBase="crs11" debug="0"
reloadable="true" crossContext="true"/>
While running getting following Error
Apache Tomcat/4.0.3 - HTTP Status 404 - /crs11/ui/index.jsp
type Status report
message /crs11/ui/index.jsp
description The requested resource (/crs11/ui/index.jsp) is not available.
When I copy index.jsp in directory /crs11 it is working.
<Context path="/crs11" docBase="crs11" debug="0"
reloadable="true" crossContext="true"/>
While running getting following Error
Apache Tomcat/4.0.3 - HTTP Status 404 - /crs11/ui/index.jsp
type Status report
message /crs11/ui/index.jsp
description The requested resource (/crs11/ui/index.jsp) is not available.
When I copy index.jsp in directory /crs11 it is working.