Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem in Deploying the application.

Status
Not open for further replies.

askalvade

Technical User
Joined
Aug 23, 2002
Messages
1
Location
JP
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top