On 05/01/2010 21:55, Paul Campbell wrote:
> lsof -i
> COMMAND     PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
> java      13931  pwc   33u  IPv6 199611      0t0  TCP *:webcache (LISTEN)
> java      13931  pwc   41u  IPv6 199612      0t0  TCP *:8009 (LISTEN)
> java      13931  pwc   42u  IPv6 199616      0t0  TCP
> localhost.localdomain:mxi (LISTEN)
> 
> I can't find anything in config files that helps me to understand why
> Tomcat might use IPv6.

If it is enabled, Tomcat will use it.

> There are no other such uses.
> I really would prefer not use ipv6.

If I recall correctly, specifying "0.0.0.0" as the address parameter
will cause only ipv4 to be used.

Mark



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

Reply via email to