Re: How to change Tomcat 5.5 default socket factory

2007-05-14 Thread Bill Barker
Tomcat (at least since 4.1.x) doesn't allow overriding the socket factory. However, you can override the SSLImplementation in the element and implement your own socket factory there. Look in the o.a.t.u.net package of the Tomcat source distro to see what is required. "Kovacs, Robert" <[EMAIL

How to change Tomcat 5.5 default socket factory

2007-05-14 Thread Kovacs, Robert
Dear All ! Could somebody help me to find out how can I redefine the Tomcat 5.5 default socket factory (client and server) ? We need to develop an own socket factory for SSL compliance sockets, we couldn't use the existing SSL configuration for it. Thank you, Robert @vantage CAF Su