Bertrand wrote:

Any ideas ? Am I missing something ? How can I debug that problem ?


APR on BSD was compiled with IPV6 support.
However IPV6 support on BSD (as well on Windows,
because Microsoft winsock is BSD sockets) do not
support IPv4-mapped IPv6 address.

See:
http://issues.apache.org/bugzilla/show_bug.cgi?id=41973

So, the solution is to add the
address="127.0.0.1" or any other IPV4 address to the
<Connector > (by default its null and IPV6 is used)

Regards,
Mladen.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to