Re: configuring tomcat 5.5.9+ connector socket factory

2006-02-23 Thread Bill Barker
"Xavier Toth" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I'm trying to provide a socket factory class that overrides the >getKeystorePass method but I can't figure out how to hook it in. What >attribute or subelement (is the Factory element supported in 5.5.x?) do I No, the Fac

configuring tomcat 5.5.9+ connector socket factory

2006-02-23 Thread Xavier Toth
I'm trying to provide a socket factory class that overrides the getKeystorePass method but I can't figure out how to hook it in. What attribute or subelement (is the Factory element supported in 5.5.x?) do I configure with my class name to get this to work? I've looked at the 5.5.15source code and