Hi,

I'm using Tomcat 7.0 and Eclipse Indigo. I'm using Mongrel plug-in for
Tomcat.

When I start startup.sh, I can load the localhost:8080 page.
But when I start Tomcat from Eclipse, it is able to start but I'm unable to
load the localhost page. Explorer says, "could not connect to
localhost:8080".
>From here, (
http://stackoverflow.com/questions/2280064/tomcat-started-in-eclipse-but-unable-to-connect-to-link-to-http-localhost8085)
I changed the settings of server to use Tomcat Installation rather than from
workspace. But still I'm unable to load the page. My Catalina.out is not
showing any errors (it is given below)

Please guide me.

-------------
INFO: Starting service Catalina
Aug 28, 2011 8:38:48 PM org.apache.catalina.core.StandardEngine
startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.20
Aug 28, 2011 8:38:48 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory manager
Aug 28, 2011 8:38:48 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory host-manager
Aug 28, 2011 8:38:49 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory ROOT
Aug 28, 2011 8:38:49 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory examples
Aug 28, 2011 8:38:49 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory docs
Aug 28, 2011 8:38:49 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Aug 28, 2011 8:38:49 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Aug 28, 2011 8:38:49 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1667 ms
Aug 28, 2011 11:02:37 PM org.apache.catalina.core.StandardServer await
INFO: A valid shutdown command was received via the shutdown port. Stopping
the Server instance.
Aug 28, 2011 11:02:37 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
Aug 28, 2011 11:02:39 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-bio-8009"]
Aug 28, 2011 11:02:40 PM org.apache.catalina.core.StandardService
stopInternal
INFO: Stopping service Catalina
Aug 28, 2011 11:02:40 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]
Aug 28, 2011 11:02:40 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-bio-8009"]
Aug 28, 2011 11:02:40 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-8080"]
Aug 28, 2011 11:02:40 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["ajp-bio-8009"]
-------------------------------------------

Reply via email to