Starting the tomcat service is fast, but first call to my app takes up to 5 minutes to response (for that very first time). This is tomcat 8 but in previous version of tomcat, same app, it just take a few seconds to start responding.
This is the log record in tomcat8-stderr.2014-09-03.log
03-Sep-2014 11:28:44.821 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files\Apache Software Foundation\Tomcat 8.0\webapps\MYAPP has finished in 318,235 ms
Any help about debugging this behavior would be appreciatte.