You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Xavier Toth <tx...@gmail.com> on 2006/02/23 23:28:54 UTC

5.5.x Connector no className attribute?

I don't see className as an attribute can connector behavior no longer be
overloaded?

Re: 5.5.x Connector no className attribute?

Posted by Xavier Toth <tx...@gmail.com>.
Thanks for the clarification!

On 2/23/06, Bill Barker <wb...@wilshire.com> wrote:
>
> 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" <tx...@gmail.com> wrote in message
> news:cadfc0e40602231428k44ad5af9y74f4212173fef2df@mail.gmail.com...
> I don't see className as an attribute can connector behavior no longer be
> overloaded?
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

Re: 5.5.x Connector no className attribute?

Posted by Bill Barker <wb...@wilshire.com>.
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" <tx...@gmail.com> wrote in message 
news:cadfc0e40602231428k44ad5af9y74f4212173fef2df@mail.gmail.com...
I don't see className as an attribute can connector behavior no longer be
overloaded?




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org