I have a problem with very long startup of Tomcat7.
It started suddenly and logs don't reveal anything - when I type 'sudo service tomcat7 start' it says OK and logs are silent for 10-15 minutes.
Then my app log says:
INFO [2016-01-14 17:38:36,336] (FrameworkServlet.java:initServletBean:463) - FrameworkServlet 'Spring MVC Dispatcher Servlet': initialization completed in 28862 ms
28 seconds is obviously not true, and I have no idea where it hangs because logs don't say anything.
The problem is NOT in entropy because I don't use it for anything, and besides, I already did everything related to fixing that problem, just in case.
EDIT: I just found that it's actually .war deployment that's taking so long. I tried with older versions of the app and it didn't help.