Re: Tomcat + jk + Apache httpd on Windows 2003 Very Slow

2007-04-23 Thread Avi Flax
Rainer, thanks for the suggestion. I set JkLogLevel to debug, and here's an example of what shows up in the file for a request: [Mon Apr 23 13:47:46 2007] [1188:2392] [debug] mod_jk.c (2092): Single worker (localhost) configuration for /manager/status [Mon Apr 23 13:47:46 2007] [1188:2392]

Re: Tomcat + jk + Apache httpd on Windows 2003 Very Slow

2007-04-23 Thread Rainer Jung
OK, but for this request all log lines belonging to the request were logged during a single second. So there's no indication, hat this request took a long time (like the 10 seconds you mentioned in your original post). Regards, Rainer Avi Flax schrieb: Rainer, thanks for the suggestion. I set

Tomcat + jk + Apache httpd on Windows 2003 Very Slow

2007-04-20 Thread Avi Flax
Hi, I'd appreciate some tips here! This is my first Tomcat install, and I'm new to Java in general. My setup: Windows Server 2003, Web Edition, Service Pack 2 32-bit X86 CPU, 2 GB RAM Apache httpd 2.0.59 mod_jk 1.2.22 for Win32 Apache Tomcat/5.5.23 Sun JVM 1.5.0_09-b01 My problem is that

Re: Tomcat + jk + Apache httpd on Windows 2003 Very Slow

2007-04-20 Thread Khalil
Avi, Take a look at this article http://confluence.atlassian.com/display/DOC/Using+Apache+with+mod_jk Regards, Khalil - Original Message - From: Avi Flax [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, April 20, 2007 3:23 PM Subject: Tomcat + jk + Apache httpd

Re: Tomcat + jk + Apache httpd on Windows 2003 Very Slow

2007-04-20 Thread Avi Flax
Thanks Khalil. I've just read through the article, and it looks good. But I'm pretty sure that my setup matches the one described there, as far as I can tell. And it doesn't say anything about way slow performance with JK. I think I may need some troubleshooting tips. Thanks! Avi

Re: Tomcat + jk + Apache httpd on Windows 2003 Very Slow

2007-04-20 Thread Rainer Jung
If you can reproduce your problem without high load, you can use JkLogLevel debug to understand, which of the steps take the most time. This might give an idea about the root cause. The log contains time stamps and you can post log parts around the moments, where you seem to loose most of the