By the way,

k9...@operamail.com wrote:
>
(previously) :
No.  I want Tomcat7 to listen ONLY on one address: the IPv4 loopback @
127.0.0.1.  No other IPv4 addresses, and no IPv6 addresses at all.
---

and

netstat -pan --tcp | grep java
tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 25254/java tcp 0 0 127.0.0.1:8005 :::* LISTEN 25254/java tcp 0 0 :::8009 :::* LISTEN 25254/java


You still have a Connector listening on port 8009 (and IPv6). You may want to disable that one too (the AJP connector), to match your above desires.


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

Reply via email to