Slow page response time in tomcat 8.0.5

2014-05-16 Thread Hariprasad Manchi
Hi, We are trying to use apache-tomcat 8.0.5 for our web application and have encountered performance issue with respect to the page response time. However, once the application is deployed in 8.0.5 we see a longer delay in response time from the server for the login page itself. With older

Re: Slow page response time in tomcat 8.0.5

2014-05-16 Thread Leon Rosenberg
Hello Hariprasad, you could embed moskito webui into your application, annotate your tags with @Monitor and you would see how long they execute and what is the execution path, which tags are called during an http request how often and how long they execute. You can follow this link for more

Re: Slow page response time in tomcat 8.0.5

2014-05-16 Thread Mark Thomas
On 15/05/2014 18:04, Hariprasad Manchi wrote: Hi, We are trying to use apache-tomcat 8.0.5 for our web application and have encountered performance issue with respect to the page response time. However, once the application is deployed in 8.0.5 we see a longer delay in response time from the