David Elliott wrote:
Hi All
Tomcat is running and is able to serve up pages but only to itself.
Huh ? Care to explain what you mean here ?
If I do wget http://localhost:8080 I get a page saved and the text looks right.
Hmm. So I guess that's what you meant above.
You can access your Tomcat application from a browser running on the same host as Tomcat,
right ?
However if I browse from any other machine (inside subnet mask, from web) it
return nothing but a connection error.
And what URL are you using in that case ?
I am sure I have left out something simple.
I have the following config.
CentOS 6.3 64 bit minimum
?? You mean you can get more ?
on 192.168.100.120 with a public IP
won't comment on that one, but it itches
jdk-7u9-linux-i586.tar.gz installed and running
apache-tomcat-7.0.32.tar.gz installed and running.
The catalina.out file has the following in it.
========================================8<========================================
Nov 16, 2012 3:10:50 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the java.library.path:
/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
Nov 16, 2012 3:10:51 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Nov 16, 2012 3:10:51 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
Nov 16, 2012 3:10:51 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1569 ms
Nov 16, 2012 3:10:51 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Nov 16, 2012 3:10:51 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.32
Nov 16, 2012 3:10:51 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory
/usr/share/apache-tomcat-7.0.32/webapps/examples
Nov 16, 2012 3:10:53 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory
/usr/share/apache-tomcat-7.0.32/webapps/manager
Nov 16, 2012 3:10:53 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory
/usr/share/apache-tomcat-7.0.32/webapps/docs
Nov 16, 2012 3:10:53 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory
/usr/share/apache-tomcat-7.0.32/webapps/host-manager
Nov 16, 2012 3:10:53 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory
/usr/share/apache-tomcat-7.0.32/webapps/ROOT
Nov 16, 2012 3:10:53 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Nov 16, 2012 3:10:53 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Nov 16, 2012 3:10:53 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1874 ms
========================================8<========================================
Looks all fine.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org