I believe this topic, or something similar, has been covered before, so I
apologize in advance.

I'm having an issue with Tomcat consuming 100% CPU when called from Apache
via ajp13.  If I run my .jsp and servlet files through Tomcat directly (port
8084) all is well.  However, if Apache redirects my .jsp and servlet files
to Tomcat via ajp13, Tomcat starts consuming CPU and after a few seconds
consumes all 100%.

Any ideas would be greatly appreciated.


Environment:

Pentium 4 (3.4 Mhz)
2 GB memory
Windows XP Pro SP2
MySQL 5.1
Apache 2.2.4
Mod_jk 2.2.4
Tomcat 5.5.23
Java 1.5.0_11-b03


workers.properties

workers.tomcat_home=C:\Tomcat5
workers.java_home=C:\Program Files\Java\jre1.5.0_11
ps=\
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13

Reply via email to