> -----Original Message-----
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
> Sent: Monday, August 23, 2010 10:34 AM
> To: Tomcat Users List
> Subject: RE: java.net.ConnectException when attempting to open URL via
> Java code
> 
> > 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

I've seen this happen with certain implementation of the native libraries.
The OP doesn't mention if he is using them or not.  
Perhaps we need to add "Using Native libs?" to our standard questions when 
requesting implementation details?

Jeff

__________________________________________________________________________

Confidentiality Notice:  This Transmission (including any attachments) may 
contain information that is privileged, confidential, and exempt from 
disclosure under applicable law.  If the reader of this message is not the 
intended recipient you are hereby notified that any dissemination, 
distribution, or copying of this communication is strictly prohibited.  

If you have received this transmission in error, please immediately reply to 
the sender or telephone (512) 343-9100 and delete this transmission from your 
system.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to