rmannibucau commented on PR #857:
URL: https://github.com/apache/tomcat/pull/857#issuecomment-2893783262

   Interesting, so adding `-Djava.net.preferIPv4Stack=true` i do not have the 
error anymore and indeed the error seems to come from the fact i'm using 
"localhost" so i enter into `localAddress.getAddress().isAnyLocalAddress()`. 
Alternatively i can also workaround it by setting before init/start 
`tomcat.getConnector().setProperty("address", "localhost");` but both are not 
aligned on my computer.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to