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

Tomcat error - Can't get to jsp-examples

Status
Not open for further replies.

MavrickStl

Programmer
Feb 20, 2001
71
US
Guys,

I installed Tomcat5.0.19 on a solaris box. I am able to see welcome page and rest of the stuff just fine. When I tried to click on jsp-examples I get this error:

HTTP Status 404 - /jsp-examples
description The requested resource (/jsp-examples/) is not available.
I tried to look into Catalina.out file and it looks like this:

Aug 23, 2004 10:05:59 AM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /jsp-examples from URL file:/us
r/local/opt/jakarta-tomcat-5.0.19/tomcat5a/webapps/jsp-examples
Aug 23, 2004 10:06:00 AM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Aug 23, 2004 10:06:00 AM org.apache.catalina.core.StandardContext start
SEVERE: Context startup failed due to previous errors
Aug 23, 2004 10:06:00 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 15633
Aug 23, 2004 10:06:01 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 24739 ms
Aug 23, 2004 10:07:56 AM org.apache.catalina.core.StandardHostDeployer start
INFO: standardHost.start /jsp-examples
Aug 23, 2004 10:07:56 AM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Aug 23, 2004 10:07:56 AM org.apache.catalina.core.StandardContext

Also here is the contents of localhost_log.2004-08-23.txt file:

2004-08-23 10:07:56 StandardContext[/jsp-examples]SessionListener: contextDestro
yed()
2004-08-23 10:07:56 StandardContext[/jsp-examples]ContextListener: contextDestro
yed()
2004-08-23 10:07:56 StandardContext[/manager]HTMLManager: list: Listing contexts
for virtual host 'localhost'
2004-08-23 10:11:01 StandardContext[/manager]HTMLManager: list: Listing contexts
for virtual host 'localhost'

Can anyone shed some light on this. Do I need to do something in my /usr/local/opt/jakarta-tomcat-5.0.19/tomcat5a/webapps/jsp-examples/WEB-INF/web.xml

File ?

Thanks,

Mav
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top