Re: Tomcat Not Releasing URL Connection

2008-12-31 Thread Rainer Jung
On 31.12.2008 02:44, Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Tomcat Not Releasing URL Connection The IBM JVM 1.5 and Tomcat 5.0.x are all that is available on the (official) Suse SLES 10 CD/DVD. I'm not suggesting that the OP replace the IBM JRE

Tomcat Not Releasing URL Connection

2008-12-30 Thread Troy Davidson
Hello, I've searched for an answer to this problem, but haven't found anything yet. Here is the problem: I have an application that connects to a 3rd party vendors server to request updated information. This connection is created and closed in the Java code each time it is needed. This

Re: Tomcat Not Releasing URL Connection

2008-12-30 Thread Pid
Troy Davidson wrote: Hello, I've searched for an answer to this problem, but haven't found anything yet. Here is the problem: I have an application that connects to a 3rd party vendors server to request updated information. This connection is created and closed in the Java code each

Re: Tomcat Not Releasing URL Connection

2008-12-30 Thread Troy Davidson
P, Sorry for not adding that. Yes, they keep the same DNS, but switch the IP to the backup server. Troy Davidson Senior Programmer Maverik, Inc. 880 W. Center St. NSL, Utah 84054 801-335-3887 Office 801-663-1460 Cell Thank you for allowing us to service your technical needs, Your

RE: Tomcat Not Releasing URL Connection

2008-12-30 Thread Martin Gainty
From: troy.david...@maverik.com To: users@tomcat.apache.org Subject: Re: Tomcat Not Releasing URL Connection P, Sorry for not adding that. Yes, they keep the same DNS, but switch the IP to the backup server. Troy Davidson Senior Programmer Maverik, Inc. 880 W. Center St. NSL

RE: Tomcat Not Releasing URL Connection

2008-12-30 Thread Caldarale, Charles R
From: Troy Davidson [mailto:troy.david...@maverik.com] Subject: Tomcat Not Releasing URL Connection It seems that Tomcat is pooling the network connection and not releasing it but reusing it each time. That is of course incorrect, since Tomcat knows nothing about the outbound connections

Re: Tomcat Not Releasing URL Connection

2008-12-30 Thread André Warnier
Caldarale, Charles R wrote: From: Troy Davidson [mailto:troy.david...@maverik.com] [...] java-1_5_0-ibm-1.5.0_sr8 (The hardware team set this up, so I assume the IBM JVM was all that was available.) SUSE (SLES) 10 Definitely not true. As a fairly easy first step, try installing a Sun JRE

RE: Tomcat Not Releasing URL Connection

2008-12-30 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Tomcat Not Releasing URL Connection The IBM JVM 1.5 and Tomcat 5.0.x are all that is available on the (official) Suse SLES 10 CD/DVD. I'm not suggesting that the OP replace the IBM JRE as the default one, just to use the Sun JRE