Results 1 to 2 of 2
- 01-29-2012, 01:04 PM #1
Member
- Join Date
- Mar 2011
- Posts
- 9
- Rep Power
- 0
Error 404 and Tomcat Welcome Page not displayed into localhost
Hello,
I don't get the Tomcat Welcome Page when i enter
http://localhost:8080.
I get the following message in my browser window.
HTTP Status 404 -
type Status report
message
description The requested resource () is not available. Apache Tomcat/6.0.32


The pop up window gets displayed coming with few lines when i try to start the tomcat.I have already set the
classpath to .,C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0\lib\servlet-api.jar;
Thanks..
- 01-29-2012, 05:02 PM #2
Member
- Join Date
- Jan 2012
- Posts
- 9
- Rep Power
- 0
Re: Error 404 and Tomcat Welcome Page not displayed into localhost
check tomcat port no is 8080 or not
C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf\server.xml
and search for the following content server.xml
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
and also check firewall whether it is restricted for the 8080 port no or not
Similar Threads
-
starting tomcat v5.5 server at localhost encounter problem
By ashish080 in forum EclipseReplies: 2Last Post: 04-02-2010, 01:47 PM -
redirect iframe if page cannot be displayed
By moron3 in forum New To JavaReplies: 1Last Post: 02-09-2010, 09:17 PM -
Tomcat Home Page not displayed
By maverick0681 in forum New To JavaReplies: 3Last Post: 10-01-2009, 09:07 AM -
Not direct to localhost:8080/test/index.do and show This is my JSP page?
By techissue2008 in forum Web FrameworksReplies: 0Last Post: 06-07-2008, 09:02 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks