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

Won't load the Start-up page

Status
Not open for further replies.

RollyS

Programmer
Joined
Jan 28, 2001
Messages
42
Location
PH
Hi, I’m a newbie on Apache Tomcat. It took me a long time to get its configuration right and now I’m finally able to test my JSPs and servlets on it. Then all of a sudden one day, upon starting my Tomcat (v5.5), this error hit me:

type Status report
message /overview-summary.html
description The requested resource (/overview-summary.html) is not available.

What I don’t understand is I’m still able to test my JSPs and servlets but I can’t get the startup page when I go to I checked the overview-summary.html file but it’s there. Can somebody help me? I'm using Win2000 Pro SP4. Thanks
 
If there may be other tomcat server or other web server running on your machine, try to set Connector port="8080" to Connector port="8081" in the conf/server.xml file.

Then you will need to type
Backup the config file before doing changes
 
prosper,

What makes you think that the URL should be ?

The OP could well be running Tomcat on port 80 also - not 8080.

RollyS,

What port have you comfigured Tomcat to run on ? The defaul t is 8080, but people do change it. Have you ?
Are you running Tomcat standalone, or behind Apache HTTPD ?
Where is your webapp ? Have you checked the actual files are there ? What URL do you actually call ?



--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
It's OK, you can forget about this problem. I've decided to give this a rest. I've switched to lower version of Tomcat 5. And i'm able to get along fine with my self-study -- so far. Thanks guys.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top