LoginSignup
0
0

More than 5 years have passed since last update.

Resolve Tomcat Startup Pending

Posted at

Once, Tomcat 8 pending on starting-up and the last log in catalina.out is like

... [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory ...

Is is commonly due to Java Security Setting.

Find [JDK/JRE Path]/jre/lib/security/java.security,
modify option securerandom.source to

securerandom.source=file:/dev/urandom

Now pending is no longer there.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0