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
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
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
> 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
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
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
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.
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,