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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cannot start index.jsp

Status
Not open for further replies.

salilj

Programmer
Joined
Jun 4, 2003
Messages
1
Location
US
I am new to JSP and have just installed Tomcat. I was trying to run a simple JSTL web application. I am getting this error:

type Status report

message /C:/tomcat/jakarta-tomcat-5.0.2/webapps/foo

description The requested resource (/C:/tomcat/jakarta-tomcat-5.0.2/webapps/foo) is not available
***********************************************
index.jsp is in the folder C:\tomcat\jakarta-tomcat-5.0.2\webapps\foo
the webapps folder contains WEB_INF folder
the WEB_INF folder contains web.xml and the classes folder.

I have mde the necesary port changes in the server.xml file in the $ Tomcat /conf folder.


Can anyone help me with this?
thanks
Salil
 
checked the CLASSPATH, JAVA_HOME, CATALINA_HOME??
There is something wrong with ur paths.. check it up.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top