On 30/11/2015 10:51, Christoph P.U. Kukulies wrote: > 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?
Try setting the address attribute of the connector to "0.0.0.0" Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org