Re: 5.5.x Connector no className attribute?

2006-02-24 Thread Xavier Toth
ndler. You can do this by specifying > protocol="com.myfirm.mypackage.MyProtocolHandler" on the > element (the values 'HTTP/1.1' and 'AJP/1.3' are just there to specify > use-the-default-handler). > > "Xavier Toth" <[EMAIL PROTECTED]> wrote in

5.5.x Connector no className attribute?

2006-02-23 Thread Xavier Toth
I don't see className as an attribute can connector behavior no longer be overloaded?

Re: where can I find server.xml documentation?

2006-02-23 Thread Xavier Toth
Unfortunately this documentation seems to be out of date as it makes reference to the element as a way to specify a keystore password but I don't think this is valid in 5.5.x. On 2/23/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Brad O'Hearne [mailto:[EMAIL PROTECTED] > > Subje

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