I installed tomcat7 (apt-get) on an Ubuntu 14.04.3 LTS machine and found it being installed as listening
to

tcp6      0        0     :::8080         :::*                 LISTEN

How can I turn that to

tcp        0      0 0.0.0.0:8080            0.0.0.0:* LISTEN


Do I have to disable ipv6 in Ubuntu first or can I switch that by tweaking some config file or so?

--
Christoph Kukulies


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to