> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
> Subject: RE: Re : Re : Tomcat 5.5.29 does not accept connections from
> outside
> 
> It appears to be listening only on IPv6, not IPv4.
> 
> Check the logs for 5.5.29 to see if anything interesting is being
> reported.
> 
> Post your server.xml, preferably with comments removed and passwords
> obfuscated.
> 
> You can try setting the address attribute of your <Connector> elements
> to "0.0.0.0" to force IPv4.

Also, are you using the same JVM for both 5.5.17 and 5.5.29?  Do you have any 
command line parameters set?  You can try setting:

-Djava.net.preferIPv4Stack=true

to see if that helps.

 - 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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to