> From: Oliver Due Billing [mailto:o...@watagame.com] 
> Subject: Restarting tomcat 7.0.23 on MAC OS X 10.6

> I have a test-server on my macbook pro and it takes forever to
> restart the server do anyone have a clue to whats happening.

It may be collecting entropy.  Take a thread dump, and see what the JVM is 
doing during the pause.

You can try setting

   -Djava.security.egd=file:/dev/./urandom

as a system property.  Note that the apparently extra "/." is required to trick 
the JVM into using the alternate random byte source.

 - 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