Anchit Srivastava
Anchit Srivastava

Reputation: 1

Tomcat takes too long to start

When I try to start the Apache tomcat server (version 8.5.11) on my PC (Windows 10) , the loading process is always stuck after loading validation properties.

screenshot

It sometimes forever for the server to run. How to resolve this issue?

Upvotes: 0

Views: 3296

Answers (1)

a.dibacco
a.dibacco

Reputation: 490

To decrease the startup time of tomcat 9 I simply added this option in the JAVA_OPTS

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

Upvotes: 2

Related Questions