OK. 

1. Can you set the address field manually, rather than letting the 
defaults run? 

I tried with either "localhost", "127.0.0.1" still doesnt work.

Also, can you please log "InetAddress.toString()" immediately before you 
do the above line?  I suspect Inet4 v Inet6 is the culprit. 

Tried with both preferIpv4Stack=true and false.

2. Unless you subsequently modify the connector you are setting the 
default value for the socket traffic class for the NIO connector, from: 

Using default connector and from eclipse debugger it is soTrafficClass =
0x04 | 0x08 | 0x010;

  org.apache.tomcat.util.net.SocketProperties 

which is: 

  protected int soTrafficClass = 0x04 | 0x08 | 0x010; 


The other thread reports a similar error, in: 

 org.apache.catalina.tribes.transport.nio.NioReceiver 

where the default is from 

  org.apache.catalina.tribes.transport.ReceiverBase 

and is also: 

 private int soTrafficClass = 0x04 | 0x08 | 0x010; 

--
View this message in context: 
http://tomcat.10.n6.nabble.com/Java-7-Tomcat-6-0-35-Win2k3-Problem-tp4566739p4625582.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

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

Reply via email to