> From: Lutischán Ferenc [mailto:lutisch...@gmail.com] > Subject: Tomcat 7.0.23 problem
> When I have upgraded it to 7.0.23, the starting process is > paused on the line: > "INFO: Deploying web application directory /usr/local/tomcat1/webapps/ROOT" > There are not error messages. Take a thread dump, using jstack, JConsole, VisualVM, or equivalent, and see what it's waiting for. http://wiki.apache.org/tomcat/HowTo#How_do_I_obtain_a_thread_dump_of_my_running_webapp_.3F Depending on the platform, you might be waiting for random number generation, in which case try using this system property: -Djava.security.egd=file:/dev/./urandom Note that the seemingly extra ./ is required to outsmart the JDK. - 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