2011/8/23 Konstantin Preißer <verlag.preis...@t-online.de>:
> Hi all,
>
> while reading the thread "Tomcat 5.5.28 on 64 bit windows server 2008.", I 
> was experimenting with various Tomcat versions and noticed that IPv6 support 
> seems to have been dropped in the Windows version (32 bit as well as 64 bit) 
> of TC Native 1.1.22 (which is included in Tomcat 7.0.20).
> I tested on Windows 7 (32 bit), Sun/Oracle JDK 1.7.0.
>
> INFO: Loaded APR based Apache Tomcat Native library 1.1.22.
> Aug 23, 2011 5:57:40 AM org.apache.catalina.core.AprLifecycleListener init
> INFO: APR capabilities: IPv6 [false], sendfile [true], accept filters 
> [false], random [true].

Confirming.

IPv6 capability check is "case 0:" in "TCN_IMPLEMENT_CALL(jboolean,
Library, has)" in jnilib.c.  That returns false if APR_HAVE_IPV6 was
not defined at build time.

> Now with TC Native 1.1.20, IPv6 seems to work fine. (Well, almost. ...)

Best regards,
Konstantin Kolinko

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

Reply via email to