You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Eiji Takahashi <ma...@gmail.com> on 2007/11/26 17:55:19 UTC

[patch] support IPv6 with mod_jk

Dear developers.

I made the mod_jk patch to support ipv6 between mod_jk and Tomcat.
The detection of getaddrinfo() and implementation of jk_resolve()
referred to APR.

This patch was tested in the following environments (Do not compile in
other OS's).
1.RHEL4/5 with Apache 2.x
 Link-Local address cannot be used.

2.Windows XP Pro with IIS 5.1
 isapi_redirector.dll was constructed by VS 2005 Express + PSDK.
 when constructing the isapi_redirector.dll,  '/D "HAVE_IPV6"' and
'/D "HAVE_GETADDRINFO"' were specified.

My best regards.

Re: [patch] support IPv6 with mod_jk

Posted by Rainer Jung <ra...@kippdata.de>.
Eiji Takahashi wrote:
> Dear developers.
> 
> I made the mod_jk patch to support ipv6 between mod_jk and Tomcat.
> The detection of getaddrinfo() and implementation of jk_resolve()
> referred to APR.
> 
> This patch was tested in the following environments (Do not compile in
> other OS's).
> 1.RHEL4/5 with Apache 2.x
>  Link-Local address cannot be used.
> 
> 2.Windows XP Pro with IIS 5.1
>  isapi_redirector.dll was constructed by VS 2005 Express + PSDK.
>  when constructing the isapi_redirector.dll,  '/D "HAVE_IPV6"' and
> '/D "HAVE_GETADDRINFO"' were specified.
> 
> My best regards.

Thank you very much. Could you please file an enhancement request 
against Tomcat connectorsd under issues.apache.org and attach the patch 
there?

This will make it easier for us to find it and easier for you to track 
our progress :)

We are close to preparing the 1.2.26 release (one major fix to do), so 
we won't include it now, but I'll have a look at it for 1.2.27.

Thanks again!

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org