2010/1/14 pionier <pionierp...@interia.pl>:
> When i configured Tomcat to work with Apache
> I discovered that immediately after  i run Apache, Tomcat i using 100% of
> cpu usage ;/
> can someone tell me whay is this happening ?

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

Reply via email to