> From: Maurice Mengel [mailto:mauricemen...@gmail.com]
> Subject: Re: tomcat hangs without anything
> 
>   <Connector port="8080" protocol="HTTP/1.1"
>                connectionTimeout="222220000"
>                redirectPort="8443" />

That time value only controls how long Tomcat will wait after a connection 
request to receive the first byte of data.  If raising it beyond the default of 
20 seconds helps, this is indicative of a client, not server, problem.  Are you 
perhaps running out of memory on the laptop, causing processes to get swapped 
out?

> Jconsole seems not to be able to connect

Odd; there are sometimes problems using JConsole with Tomcat running as a 
service, but I've not heard of any with Tomcat started with the scripts on XP.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

Reply via email to