Re: Quite a few TCP connection established on start of Tomcat

2014-10-10 Thread Pankaj Singh
There are settings to handle sessions and the connections pertains the same. Pankaj On Fri, Oct 10, 2014 at 11:39 PM, Gangadhar Tumkur wrote: > Thanks for taking time to reply to my question. I have a follow-up > question. What do you mean by "This is only done as you have configured on > the

Re: Quite a few TCP connection established on start of Tomcat

2014-10-10 Thread Gangadhar Tumkur
Thanks for taking time to reply to my question. I have a follow-up question. What do you mean by "This is only done as you have configured on the settings."? Is there a setting by which we allow Tomcat to use port's? Raj On Fri, Oct 10, 2014 at 1:13 PM, Pankaj Singh wrote: > These are locally e

Re: Quite a few TCP connection established on start of Tomcat

2014-10-10 Thread Gangadhar Tumkur
Hello Chuck, There were 10, I did NOT copy all of them. Thanks, Raj On Fri, Oct 10, 2014 at 1:16 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Gangadhar Tumkur [mailto:rajmc...@gmail.com] > > Subject: Re: Quite a few TCP connection established

RE: Quite a few TCP connection established on start of Tomcat

2014-10-10 Thread Caldarale, Charles R
> From: Gangadhar Tumkur [mailto:rajmc...@gmail.com] > Subject: Re: Quite a few TCP connection established on start of Tomcat > The text of the image: > TCP127.0.0.1:57945ACNU34794GD:57946 ESTABLISHED > [java.exe] > TCP127.0.0.1:57946

Re: Quite a few TCP connection established on start of Tomcat

2014-10-10 Thread Pankaj Singh
These are locally established connections, pertains to the local socket connectivity of tomcat thread with different ports/sockets randomly. This is only done as you have configured on the settings. Thanks Pankaj Singh On Fri, Oct 10, 2014 at 10:39 PM, Gangadhar Tumkur wrote: > The text of th

Re: Quite a few TCP connection established on start of Tomcat

2014-10-10 Thread Gangadhar Tumkur
The text of the image: TCP127.0.0.1:57945ACNU34794GD:57946 ESTABLISHED [java.exe] TCP127.0.0.1:57946ACNU34794GD:57945 ESTABLISHED [java.exe] On Fri, Oct 10, 2014 at 12:39 PM, Daniel Mikusa wrote: > On Fri, Oct 10, 2014 at 12:33 PM, Gangadhar Tumkur > wrote

Re: Quite a few TCP connection established on start of Tomcat

2014-10-10 Thread Daniel Mikusa
On Fri, Oct 10, 2014 at 12:33 PM, Gangadhar Tumkur wrote: > Hello, > > We have moved to Tomcat 7.0.51 from JBoss 4x as the application server for > our product using Java 8.0.20. After starting Tomcat application server and > when we run netstat -a -b we see that there are quite a few TCP connect