RE: web client running out of ports! (timeout exception)

2005-11-29 Thread MW Janssen
why so much connections (ports) will be created. Maarten -Oorspronkelijk bericht- Van: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 29 november 2005 21:00 Aan: Tomcat Users List Onderwerp: RE: web client running out of ports! (timeout exception) > From: Mag

RE: web client running out of ports! (timeout exception)

2005-11-29 Thread Caldarale, Charles R
> From: Magyar, Bence [mailto:[EMAIL PROTECTED] > Subject: RE: web client running out of ports! (timeout exception) > > Shouldn't I be getting persistent, reusable connections as > the default with HTTP/1.1? I'm sure you are - but it's the client's responsib

RE: web client running out of ports! (timeout exception)

2005-11-29 Thread Magyar, Bence
Hi, You're right, it's probably something screwy with my client. Not sure what it could be though. In looking at my Tomcat terminal, i see: INFO: Starting Coyote HTTP/1.1 on http-8080 Shouldn't I be getting persistent, reusable connections as the default with HTTP/1.1?

RE: web client running out of ports! (timeout exception)

2005-11-29 Thread Caldarale, Charles R
> From: Magyar, Bence [mailto:[EMAIL PROTECTED] > Subject: web client running out of ports! (timeout exception) > > Every time I call a method, my java client opens a new port! If I'm understanding the problem correctly, I don't see how changing anything in the Tomcat configuation will help this