> From: peter.crowth...@googlemail.com
> [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther
> Subject: Re: Tomcat 6 on RHEL3
> 
> Is the machine busy during all this time?

Could also be happening if the machine is otherwise idle and various bits of 
the JVM or your webapps are waiting for /dev/random to have enough bytes to 
work with.  Look in your JRE's lib/security/java.security file to see if the 
JVM is set to use /dev/random instead of /dev/urandom, and check your webapp 
code.

Take a thread dump during the startup delay and see what's going on.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to