> From: [email protected] [mailto:[email protected]]
> Subject: Re: Tomcat 7.0.27 listens only @IPv6 localhost, ignores
> 'use IPv4' JAVA_OPTS in tomcat.conf. How to correctly force IPv4?
> <Service name="Catalina">
> <Connector port="8080" protocol="HTTP/1.1"
> connectionTimeout="20000"
> redirectPort="8443" />
> <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
> > Have you installed APR?
> yes.
Let's try two things, one at a time. First, turn off APR by setting the port
8080 protocol to:
"org.apache.coyote.http11.Http11NioProtocol"
Second (even if the above works), set the protocol back to the default and add
address="0.0.0.0" and see what happens.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you received
this in error, please contact the sender and delete the e-mail and its
attachments from all computers.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]