Ok, I solved the problem by changing a kernel parameter
# sysctl -w net.inet6.ip6.v6only=0
This enables Tomcat to bind to IPv4 as well as IPv6 addresses. In that case,
the shutdown port binds to 127.0.0.1 (it is not important to me that this is a
IPv4 address) and the other ports bind to whate
Hi and thanks for your reply.
> I've never had the problem you describe. I use Linux though. On my machine
> the
> shutdown port binds to IPv6 representation of 127.0.0.1:
>
> tcp6 0 0 :::127.0.0.1:8007 :::*LISTEN
>
> 7970/java
I made some more tests
Hello guys,
currently I'm trying to set-up a standalone Tomcat 5.5.17 server in an IPv6
environment on a FreeBSD 6.1 machine. Unfortunately, Tomcat refuses to start.
Here is the relevant content of the catalina.out log-file:
SEVERE: StandardServer.await: create[8005]:
java.net.BindException: Ca