Te anexo el resultado que me muestra con netstat -tapn y en el log de tomcat
netstat -tapn Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:2208 0.0.0.0:* LISTEN 2975/hpiod tcp 0 0 0.0.0.0:901 0.0.0.0:* LISTEN 3038/xinetd tcp 0 0 127.0.0.1:199 0.0.0.0:* LISTEN 2991/snmpd tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 3133/mysqld tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 3816/smbd tcp 0 0 0.0.0.0:814 0.0.0.0:* LISTEN 2752/rpc.statd tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2699/portmap tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 3988/perl tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 3050/vsftpd tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN 3022/cupsd tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3166/sendmail: acce tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 3816/smbd tcp 0 0 127.0.0.1:2207 0.0.0.0:* LISTEN 2980/python tcp 0 0 :::80 :::* LISTEN 3729/httpd tcp 0 0 :::22 :::* LISTEN 3013/sshd tcp 0 0 :::631 :::* LISTEN 3022/cupsd tcp 0 0 ::ffff:192.168.1.23:22 ::ffff:192.168.1.134:49943 ESTABLISHED 4173/1 Log de tomcat Using CATALINA_BASE: /usr/share/tomcat5 Using CATALINA_HOME: /usr/share/tomcat5 Using CATALINA_TMPDIR: /usr/share/tomcat5/temp Using JRE_HOME: Created MBeanServer with ID: 9pr85k:g8lg45r8.0:siaserver:1 29-abr-10 6:12:22 org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/gcj-4.1.2 29-abr-10 6:12:23 org.apache.coyote.http11.Http11BaseProtocol init INFO: Inicializando Coyote HTTP/1.1 en puerto http-8080 29-abr-10 6:12:23 org.apache.catalina.startup.Catalina load INFO: Initialization processed in 992 ms 29-abr-10 6:12:23 org.apache.catalina.core.StandardService start INFO: Arrancando servicio Catalina 29-abr-10 6:12:23 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.23 29-abr-10 6:12:23 org.apache.catalina.core.StandardHost start INFO: Desactivada la validación XML 29-abr-10 6:12:25 org.apache.catalina.core.ApplicationContext log INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchR$ 29-abr-10 6:12:25 org.apache.coyote.http11.Http11BaseProtocol start INFO: Arrancando Coyote HTTP/1.1 en puerto http-8080 29-abr-10 6:12:25 org.apache.jk.common.ChannelSocket init INFO: Port busy 8009 java.net.BindException: La dirección ya se está usando 29-abr-10 6:12:25 org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8010 29-abr-10 6:12:25 org.apache.jk.server.JkMain start INFO: Jk running ID=1 time=0/49 config=null 29-abr-10 6:12:25 org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource 29-abr-10 6:12:25 org.apache.catalina.startup.Catalina start INFO: Server startup in 2694 ms 29-abr-10 6:12:25 org.apache.catalina.core.StandardServer await SEVERE: StandardServer.await: create[8005]: java.net.BindException: La dirección ya se está usando at gnu.java.net.PlainSocketImpl.bind(libgcj.so.7rh) at java.net.ServerSocket.bind(libgcj.so.7rh) at java.net.ServerSocket.<init>(libgcj.so.7rh) at org.apache.catalina.core.StandardServer.await( catalina-5.5.23.jar.sodoux0g.so) at org.apache.catalina.startup.Catalina.await( catalina-5.5.23.jar.sodoux0g.so) at org.apache.catalina.startup.Catalina.start( catalina-5.5.23.jar.sodoux0g.so) at java.lang.reflect.Method.invoke(libgcj.so.7rh) at org.apache.catalina.startup.Bootstrap.start(bootstrap.jar.so) at org.apache.catalina.startup.Bootstrap.main(bootstrap.jar.so) 29-abr-10 6:12:25 org.apache.coyote.http11.Http11BaseProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 29-abr-10 6:12:26 org.apache.catalina.core.StandardService stop INFO: Parando servicio Catalina 29-abr-10 6:12:26 org.apache.coyote.http11.Http11BaseProtocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8080 Saludos y gracias > Message: 2 > Date: Thu, 29 Apr 2010 08:59:46 -0700 (PDT) > From: Marcelo Silva Robles <[email protected]> > Subject: Re: [CentOS-es] Error Tomcat 5.5 y Centos 5.4 > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > Verifica si el puerto esta escuchando con el comando 'netstat -tapn'. > > Verifica los archivos de log, puede ser que se cargue por algún motivo, si > publicas el log para ver cual es el error y poder ayudarte. > > Cordialmente, > > Marcelo Silva > > > > > > ________________________________ > De: Elder Flores Salas <[email protected]> > Para: [email protected] > Enviado: vie, abril 30, 2010 2:44:17 AM > Asunto: [CentOS-es] Error Tomcat 5.5 y Centos 5.4 > > Saludos a todos desde Venezuela > > Instale Tomcat5 desde yum e inicie el servicio sin problemas > (etc/init.d/tomcat5 start) > > pero al accesar al tomcat (http://localhost:8080) me aparece la pantalla > en blanco , no aparece el gato amarillo logo Tomcat > > > Alguien ha tenido experiencia instalando tomcat 5 en centos que pueda darme > recomendaciones? > > > Saludos > > > > > -- > Elder Flores Salas. > Linux user number: 454000 > http://www.elderflores.org > Location: Barquisimeto-Venezuela > > > > ------------ próxima parte ------------ > Se ha borrado un adjunto en formato HTML... > URL: > http://lists.centos.org/pipermail/centos-es/attachments/20100429/f7f7805b/attachment-0001.html > > ------------------------------ > > _______________________________________________ > CentOS-es mailing list > [email protected] > http://lists.centos.org/mailman/listinfo/centos-es > > > Fin de Resumen de CentOS-es, Vol 40, Envío 45 > ********************************************* > -- Elder Flores Salas. Linux user number: 454000 http://www.elderflores.org Location: Barquisimeto-Venezuela
_______________________________________________ CentOS-es mailing list [email protected] http://lists.centos.org/mailman/listinfo/centos-es
