On Sep 12, 2013, at 2:53 PM, olivier giorgi <olivier_gio...@yahoo.fr> wrote:

> Hello to all, 
>  
> With Apache (http server), there are specific build IPV4 or IPV6.
>  
> Is it the same kind of thing with Tomcat ?

No.  Tomcat uses the networking support provided by the JVM, which should 
support both IPv4 & IPv6.

The only time this would not be true is if you're using the tcnative library 
with Tomcat & using the APR connector.  In this case, you'd need to build the 
tcnative library against a version of libapr that supports IPv6.  You can tell 
if this is the true, because when the tcnative library is loaded you'll see 
output like this.

   INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters 
[false], random [true].
 
> If yes, where i can find these builds ?

There are no binaries for tcnative on Unix based systems, you'd simply need to 
build from source.  There is a Windows binary here.

  
http://apache.tradebit.com/pub/tomcat/tomcat-connectors/native/1.1.27/binaries/

Dan

> 
> Thanks in advance. 
>  Olivier.


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

Reply via email to