> From: Sébastien PRUNIER [mailto:sebastien.prun...@gmail.com]
> Subject: Re: java.net.ConnectException when attempting to open URL via
> Java code
> 
> When I run netstat -a, I can see the following line :
> ...
>   TCP    [::1]:8080             PC-d-CE:64433          TIME_WAIT
> ...
> What does it mean ?

It means Tomcat is listening on IPv6, but not IPv4.  I don't know why this 
happens, but you can change your conf/server.xml to add an address="0.0.0.0" 
attribute to the port 8080 <Connector> to force IPv4 usage.

 - 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