hi Filip,

Thanks for the tip. Any thoughts on why createConnector would give null?

embedded.createConnector( (InetAddress) null, port,
                                "org.apache.coyote.http11.Http11NioProtocol" );

Brien



On Jan 31, 2008 7:15 AM, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote:
> use
>
> public Connector createConnector(String address, int port,String protocol)
>
> set org.apache.coyote.http11.Http11NioProtocol as the protocol value
>
> should work
> Filip
>
>
> brien colwell wrote:
> > hi all --
> >
> > I'm trying to hook the NIO connector to an engine, but I'm lost in how
> > to do this. I'm using Tomcat "embedded", so I have an Engine instance,
> > from which I have a Session object. Can anyone take me from there?
> >
> > Thanks!
> >
>
> > ---------------------------------------------------------------------
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to