pionier wrote:
> 
> 
> 
> Peter Crowther wrote:
>> 
>> Apart from one guess, not without a lot more information or Andre's
>> Internet Telepathy add-on ;-).
>> 
>> The guess: You've defined an AJP connector in Tomcat's configuration,
>> but you're not using that from httpd.  You're using mod_proxy to
>> forward requests from httpd to Tomcat, but there's no HTTP connector
>> to receive them.
>> 
>> If this doesn't help, we could use a few more bits of information:
>> OS?
>> JVM version?
>> Apache httpd version?
>> Tomcat version?
>> Which process is using all the CPU?
>> Do you use httpd for anything else?
>> Does high CPU use start immediately, or after a request to httpd or
>> Tomcat?
>> 
>> - Peter
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>> 
> 
> I dont know what else should i show you ? im useing only this 2 files to
> configure apache and tomcat.
> 
> JVM is in version :
> java version "1.6.0_13"
> Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
> Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode)
> 
> Tomcat : 
> 6.0.20
> Im useing apache only for transfering request from 80 to 8080
> High CPU usage starts exacly the same time i start apache...
> i discovered that when i chance 2 things CPU usage is ok
> 1. 
> I change ProxyRequests to On every thing is ok but after few minutes
> request gets timeout,
> 2. 
> when i change proxy pass from
> ProxyPass / ajp://localhost:8009/
> ProxyPassReverse / ajp://localhost:8009/ 
> to 
> ProxyPass /something ajp://localhost:8009/
> ProxyPassReverse /something ajp://localhost:8009/ 
> 
> it is also ok... but when i map it directly to / cpu usage is up to 100%;/
> 

help pls,  im desperate...;/ 
-- 
View this message in context: 
http://old.nabble.com/Tomcat-%2B-Apache-%2B-AJP-%3D-high-cpu-usage%3A--tp27154357p27162826.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to