Yup.  You can no longer overload the Connector.  In any case, it would be 
difficult to try (since the core code now knows about the Connector), and 
there really isn't much of a use-case for it (since the Connector is just 
there as a bridge between the core Catalina code and the ProtocolHandler, 
and really doesn't do very much on its own :).

Pretty much anything useful that you'd ever want to override would be done 
in the ProtocolHandler.  You can do this by specifying 
protocol="com.myfirm.mypackage.MyProtocolHandler" on the <Connector /> 
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 message 
news:[EMAIL PROTECTED]
I don't see className as an attribute can connector behavior no longer be
overloaded?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to