Comment 4 for bug 115852

Revision history for this message
feanor (manuel-gaus) wrote :

I have a similar problem here:

after installing and starting tomcat5.5 a 'sudo netstat -l -p' should come up with some ports on tcp6, listening to port 8080 and belonging to java-processes. But acutally there are no such ports.
When starting the tomcat service from /etc/init.d/tomcat5.5 a 'ps aux' shows an entry for the tomcat daemon.
When issuing a '/etc/init.d/tomcat5.5 stop' this entry should disappear, but actually it doesn't.

A fixed this issue for me by running tomcat5.5 from the original distribution, that can be found at apache.org.
Not nice, but it works for development.

Thanks a lot for tackling this problem,

Greetings,

Manuel