Re: Windows Server 2003 - Apache Tomcat 6.0.14 is shutting down 5 seconds after started

2012-11-11 Thread Pid *
On 11 Nov 2012, at 22:52, Camilo Diaz wrote: > Hello. Thank you for your answer. > > Unfortunately the software installed in the server brings its own Tomcat > installation (the one in the case) and I can't upgrade it without knowing > if it may affect that software. > The only thing i see that c

RE: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-11 Thread Esmond Pitt
Asankha To reiterate what Christopher said, if you close the listening socket because you think you can't service one extra client, you will lose all the connections on the backlog queue, which could be hundreds of clients, that you *can* service. In addition, those clients will then get exactly

Re: Windows Server 2003 - Apache Tomcat 6.0.14 is shutting down 5 seconds after started

2012-11-11 Thread Camilo Diaz
Hello. Thank you for your answer. Unfortunately the software installed in the server brings its own Tomcat installation (the one in the case) and I can't upgrade it without knowing if it may affect that software. The only thing i see that could be why automatically shutting down Tomcat is that whe

RE: Windows Server 2003 - Apache Tomcat 6.0.14 is shutting down 5 seconds after started

2012-11-11 Thread Caldarale, Charles R
> From: Camilo Diaz [mailto:k.dia...@gmail.com] > Subject: Re: Windows Server 2003 - Apache Tomcat 6.0.14 is shutting down 5 > seconds after started > When I use the the startup.bat command > When it finished all seems to be normal and I am able to see > tomcat.exe in the task manager processe

Re: Windows Server 2003 - Apache Tomcat 6.0.14 is shutting down 5 seconds after started

2012-11-11 Thread Camilo Diaz
Hello, Thanks for the answer: When I use the the startup.bat command it displays a lot of entries: Using CATALINA_BASE: C:\Program Files\Autodesk\MapGuideEnterprise2010\WebServerExtensions\Tomcat Using CATALINA_HOME: C:\Program Files\Autodesk\MapGuideEnterprise2010\WebServerExtensions\Tomcat

Re: Windows Server 2003 - Apache Tomcat 6.0.14 is shutting down 5 seconds after started

2012-11-11 Thread Pid
On 11/11/2012 19:06, Camilo Diaz wrote: > Hello: > > Recently I'm having an issue with Tomcat. 5 seconds after I started the > service it shuts down automatically. I do not see any error in the logs and > I already checked many things that may interrupt the correct behavior of > Tomcat such as the

Windows Server 2003 - Apache Tomcat 6.0.14 is shutting down 5 seconds after started

2012-11-11 Thread Camilo Diaz
Hello: Recently I'm having an issue with Tomcat. 5 seconds after I started the service it shuts down automatically. I do not see any error in the logs and I already checked many things that may interrupt the correct behavior of Tomcat such as the lack of the file msvcr71.dll in Windows/System32.

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-11 Thread Pid
On 10/11/2012 04:52, Asankha C. Perera wrote: > Hi Chris >> processing 1 connection through completion >> (there are 99 others still running), re-binding, accepting a single >> connection into the application plus 100 others into the backlog, then >> choking again and dropping 100 connections,