https://issues.apache.org/bugzilla/show_bug.cgi?id=43968

--- Comment #10 from Mladen Turk <mt...@apache.org> ---
I'm going to work on this feature this and next week, so hopefully we'll have
IPV6 support inside mod_jk.

First thing is that APR should be used for name resolution whenever present, so
this means that the provided patch removing APR support completely will have to
be modified.

Next thing is how to preserve backward compatibility for existing
configurations where IPV4 is preferred over IPV6 when resolving hostnames.

There are two options.
a) have worker.name.hostname6 = localhost
b) have worker.name.hostname = ::localhost

In case there is a colon inside name (eg. ::1) use IPV6

Beside that most of the Eiji's patch can be reused.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to