Re: How to support IPv6 on Apache Tomcat Version 7.0.22

2012-09-11 Thread Aditi Sinha
Chris, Thanks for the info. I would start another email thread. Regards, Aditi On Mon, Sep 10, 2012 at 7:11 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Aditi, > > On 9/10/12 3:19 AM, Aditi Sinha wrote: > > Wanted to

Re: How to support IPv6 on Apache Tomcat Version 7.0.22

2012-09-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aditi, On 9/10/12 3:19 AM, Aditi Sinha wrote: > Wanted to know if the HTTP NIO connectors do not support IPv6? AFAIK, all Tomcat connectors support IPv6 if your JVM and OS support IPv6 (and tcnative/apr support IPv6 if you are using APR). If you are

Re: How to support IPv6 on Apache Tomcat Version 7.0.22

2012-09-10 Thread Aditi Sinha
Hi Chris, Apologies for coming back on this one after a long gap. Wanted to know if the HTTP NIO connectors do not support IPv6? In our server.xml we had below two connectors defined. This configuration did not support Ipv6 For both ssl and non-ssl requests. 1. For non-SSL requests:

Re: How to support IPv6 on Apache Tomcat Version 7.0.22

2012-07-10 Thread Christopher Schultz
-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

Re: How to support IPv6 on Apache Tomcat Version 7.0.22

2012-07-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aditi, On 7/9/12 3:34 AM, Aditi Sinha wrote: > Thank you so much. We specified the BIO connector implementation > for HTTP and AJP protocol and the setup now supports IPv6. > > Is there any preference among the three connectors "BIO", "NIO" and > "AP

Re: How to support IPv6 on Apache Tomcat Version 7.0.22

2012-07-09 Thread Aditi Sinha
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? We need to support

Re: How to support IPv6 on Apache Tomcat Version 7.0.22

2012-07-09 Thread Aditi Sinha
Hi Kolinko, Thank you so much. We specified the BIO connector implementation for HTTP and AJP protocol and the setup now supports IPv6. Is there any preference among the three connectors "BIO", "NIO" and "APR"? How should one decide which connector to opt for? Thanks & Regards, Aditi On Fri, Jul

Re: How to support IPv6 on Apache Tomcat Version 7.0.22

2012-07-06 Thread Konstantin Kolinko
2012/7/6 Aditi Sinha : > Hi, > > > We have a web server hosted on Apache Tomcat Version 7.0.22. We are trying > to get the web server support IPv6. > > Machine details: Windows 2008 server machine, 32-bit OS > Java version: jdk1.6.0_25 > > > The web server is not accessible using the IPv6 address.