I am doing this at the moment.
diff
/apache-tomcat-6.0.35-src/java/org/apache/tomcat/util/net/SocketProperties.java
< socket.setTrafficClass(soTrafficClass);
---
> try {
> socket.setTrafficClass(soTrafficClass);
> } catch (Throwable t) {
> //TODO: Log error.
> }
--
View this message in context:
http://tomcat.10.n6.nabble.com/Java-7-Tomcat-6-0-35-Win2k3-Problem-tp4566739p4625603.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]