Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long Tomcat Startup Delay #226

Open
jdisser opened this issue Apr 16, 2018 · 0 comments
Open

Long Tomcat Startup Delay #226

jdisser opened this issue Apr 16, 2018 · 0 comments

Comments

@jdisser
Copy link
Contributor

jdisser commented Apr 16, 2018

Tomcat is taking between 30 and 74 seconds to startup in normal and debug mode respectively. A review of the log file catalina.out indicates it's possibly scanning JARs that are unnecessary, failing to find required JARs, and possibly encountering delays generating random session keys. See this post
https://wiki.apache.org/tomcat/HowTo/FasterStartUp
a setting for a non blocking key generator needs to be implemented...
-Djava.security.egd=file:/dev/./urandom
and the issues with logger files that are not being compiled due to dependency conflicts resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant