Re: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread Filip Hanik - Dev Lists
: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, March 20, 2006 1:28 PM Subject: Re: Helpppp: Tomcat displays Page slowly google for a tutorial on how to use a profiler, then use the profiler, and whoops, you'll find your problem

Re: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread Michael McQuade
Filip, what is a profiler? Is it a product to download, or is it something in Tomcat? - Original Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, March 20, 2006 1:28 PM Subject: Re: Helpppp: Tomcat displays

Re: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread Michael McQuade
I basically get the 7 second response time everytime I request the page Nic - Original Message - From: "Nic Daniau" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, March 20, 2006 1:27 PM Subject: Re: Helpppp: Tomcat displays Page slowly do

RE: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread John C. Dale
12 AM To: Tomcat Users List Subject: Hel: Tomcat displays Page slowly Hi all. I have an application running on Tomcat v 5.0.28 , written in Java and running a MySql database. I have one screen that is built dynamically and accesses the database. The time for the program to pe

Re: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread Filip Hanik - Dev Lists
google for a tutorial on how to use a profiler, then use the profiler, and whoops, you'll find your problem Filip Michael McQuade wrote: Hi all. I have an application running on Tomcat v 5.0.28 , written in Java and running a MySql database. I have one screen that is built dynamicall

Re: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread Nic Daniau
do you get these 7s the first time you request the page, and then it's a lot quicker the next times, or it it always like this. Because the first time you call your JSP it's first compiled so it's normal to get poor performance on the first call. hth Nic On 20/03/06, Michael McQuade <[EMAIL PROTE

Helpppp: Tomcat displays Page slowly

2006-03-20 Thread Michael McQuade
Hi all. I have an application running on Tomcat v 5.0.28 , written in Java and running a MySql database. I have one screen that is built dynamically and accesses the database. The time for the program to perform all activities right up until displaying the page is under a second..