Bom dia, instalei o tomcat no linux e não consigo conectar no tomcat na porta 8080, se coloco ele para rodar na porta 80 funciona sem problemas, andei dando uma olhada nos logs do tomcat e tem a seguinte mensagem:
10/08/2006 11:31:45 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: /instaladores/jdk1.5.0_05/jre/lib/i386/client:/instaladores/jdk1.5.0_05/jre/lib/i386:/instaladores/jdk1.5.0_05/jre/…/lib/i386
10/08/2006 11:31:48 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
10/08/2006 11:31:48 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 15073 ms
10/08/2006 11:31:50 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
10/08/2006 11:31:50 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.12
10/08/2006 11:31:51 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
10/08/2006 11:32:02 org.apache.catalina.startup.ContextConfig applicationWebConfig
INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[/intranet]
10/08/2006 11:32:06 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
10/08/2006 11:32:08 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
10/08/2006 11:32:09 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/1377 config=null
10/08/2006 11:32:10 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
10/08/2006 11:32:11 org.apache.catalina.startup.Catalina start
INFO: Server startup in 23397 ms
Ele não deu erro quando iniciei o tomcat, mas não estou conseguindo acessar, alguem ai teria alguma dica, já tentei parando o iptables e o squid, mas não tive sucesso…