-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Aditi,

On 7/9/12 5:37 AM, Aditi Sinha wrote:
> I could get the comparison of the three connectors here 
> http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#Connector_Comparison
>
>  With the BIO connector specified, the server is not responding to
> the https request. Is it because SSL Handshake is Blocking for BIO
> connector?

Everything is blocking for the BIO connection -- that's what the "B"
stands for.

> We need to support SSL. Is there a way to have below configuration
> support IPv6?

I can't see a reason why you can't use SSL over any of the connectors.
What happens when you try to connect? Note that AJP never supports
HTTPS (at least not directly -- the web proxy must terminate the SSL
connection, but can forward the details like cipher, client
certificate, etc. to Tomcat and your webapp).

> HTTP Connector: NIO protocol

<Connector protocol="org.apache.coyote.ajp.Http11NioProtocol"
   ....
   />

> AJP Connector: APR protocol/NIO protocol.

<Connector protocol="org.apache.coyote.ajp.AjpNioProtocol"
   ....
   />

That should be all that is necessary.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/8W0IACgkQ9CaO5/Lv0PA0RwCfe8hWScXATo/pPjBCcsGCwWi5
jYgAoKRjazQPQkEe0T1vwlvulMc/kgk5
=k0tm
-----END PGP SIGNATURE-----

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

Reply via email to