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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]