Tomcat started when stuck in "info:deploying Web application Directory"

Source: Internet
Author: User

Today, when Tomcat deploys a Web site on Linux, it prompts for success when it starts Tomcat, and can then access it successfully.

However, the second boot, although no error, but unable to access Tomcat, view the Catalina.out log, found that Tomcat card in the info:deploying Web application directory ...

Later read a post to solve the problem. In $JAVA _home/jre/lib/security/java.security, change the contents of Securerandom.source to File:/dev/./urandom

Originally Linux or some UNIX systems provide random number devices are/dev/random and/dev/urandom, two have a difference, urandom security is not random high, but random takes time interval to generate random numbers.

May be stuck when generating random numbers, causing Tomcat not to start/

Parameter-djava.security.egd=file:/dev/./urandom can also be added when the server is started

Tomcat started when stuck in "info:deploying Web application Directory"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.