Bug#576159: tomcat6 failed to run at hostname ?
dan reportbug
dan.reportbug at gmail.com
Thu Apr 1 09:42:45 UTC 2010
Package:tomcat6
Version: 6.0.24-3
I am trying to establish apache2 connecting to tomcat6 via
libapache2-mod-jk (1:1.2.28-2)
My development machine is ubuntu 10.04 (lucid) and testing machine is
debian squeeze. Both have the same configuration files.
lucid works fine and squeeze fails to connect with 503 Service
Temporarily Unavailable.
== Checking with lsof ==
dev at lucid:~$ sudo lsof -ni | egrep 'tomcat|java'
java 8308 tomcat6 30u IPv6 309601 0t0 TCP *:http-alt (LISTEN)
java 8308 tomcat6 35u IPv6 309608 0t0 TCP *:8009 (LISTEN)
java 8308 tomcat6 36u IPv6 309614 0t0 TCP
127.0.0.1:8005 (LISTEN)
java 8308 tomcat6 37u IPv6 311281 0t0 TCP
127.0.0.1:8009->127.0.0.1:56808 (ESTABLISHED)
dev at lucid:~$
uat at squeeze:~# lsof -ni | egrep 'tomcat|java'
java 1070 tomcat6 29u IPv6 4267 0t0 TCP *:http-alt (LISTEN)
java 1070 tomcat6 38u IPv6 4377 0t0 TCP *:8009 (LISTEN)
java 1070 tomcat6 39u IPv6 4401 0t0 TCP
127.0.0.1:8005 (LISTEN)
uat at nsqueeze:~#
The last line is missing in squeeze.
== Checking with lynx ==
tomcat6 via jk : lucid works and squeeze fails.
tomcat6 via FQDN:8080 - lucid works and squeeze fails.
tomcat6 via localhost:8080 - lucid and squeeze works.
apache2 via FQDN - lucid and squeeze works.
== Tomcat6 Server.xml ==
Only uncomment 8009 port for libapache2-mod-jk to connect.
== Java Version ==
dev at lucid:~$ sudo java -version
java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8pre) (6b18~pre3-0ubuntu1)
OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode)
dev at lucid:~$
uat at squeeze:~# java -version
java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8pre) (6b18~pre2-1)
OpenJDK Server VM (build 14.0-b16, mixed mode)
uat at squeeze:~#
And this is a new installation from Squeeze Alpha1 CD.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20100401/fea86233/attachment-0001.htm>
More information about the pkg-java-maintainers
mailing list