> From: Edward Quick [mailto:[EMAIL PROTECTED] > This works fine except for every morning, on the first > access, it's very slow to load up.
Have you monitored your server during that time to work out what is the rate-limiter? On UNIX, 'vmstat 5' is a good (if terse) choice; on Windows, performance monitor and look for %CPU, memory pages per second, and disk I/O. My own guess, based on nothing at all, is that other processes (backup, AV scans, ...) running overnight have caused the Java VM running Tomcat to be paged out and that your machine's taking a long time to page everything back in. But I wouldn't put money on it. - Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]