RE: Apache Tomcat takes 3 to 4 browser request clicks to "wake up" after being idle for 1-2 hours

2008-02-11 Thread Caldarale, Charles R
> From: Brian Le [mailto:[EMAIL PROTECTED] > Subject: Re: Apache Tomcat takes 3 to 4 browser request > clicks to "wake up" after being idle for 1-2 hours > > Forgot to mention my box has 4gig of RAM. Is power management enabled? Are parts of your box shutting

Re: Apache Tomcat takes 3 to 4 browser request clicks to "wake up" after being idle for 1-2 hours

2008-02-11 Thread Brian Le
Thank you Peter and Len, trying your advise right now. Forgot to mention my box has 4gig of RAM. - Original Message From: Peter Crowther <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Monday, February 11, 2008 8:55:21 AM Subject: RE: Apache Tomcat takes 3 to 4 browser request

RE: Apache Tomcat takes 3 to 4 browser request clicks to "wake up" after being idle for 1-2 hours

2008-02-11 Thread Peter Crowther
> From: Brian Le [mailto:[EMAIL PROTECTED] > So how do I make Tomcat responsive to website visitors after > 1-2 hours of no visitors? > Web server setup: > Suse Linux 10.3 - text based, minimal install > Apache 2.2.8 - mpm_worker, compiled front end using mod_jk > 1.2.26 Tomcat connector, default

Re: Apache Tomcat takes 3 to 4 browser request clicks to "wake up" after being idle for 1-2 hours

2008-02-11 Thread Len Popp
Are there any errors in the Tomcat logs? Are the requests even getting to the Tomcat server? You can have Apache, Tomcat and mod_jk log all requests to see if they're getting lost somewhere. Also check if there's a problem with the database (if you're using one). As a stop-gap, you could write a l