Re: Tomcat + Apache + AJP = high cpu usage:/

2010-01-15 Thread pionier
Peter Crowther wrote: > > 2010/1/14 pionier : >> Linux vs4160 2.6.22-vs2.2.0.7-gentoo #4 SMP Mon Jul 27 01:53:39 Local >> time >> zone must be set--see zic  x86_64 AMD Phenom(tm) II X4 810 Processor >> AuthenticAMD GNU/Linux > > Thanks. OK, you've got

RE: Tomcat + Apache + AJP = high cpu usage:/

2010-01-14 Thread pionier
pionier wrote: > > > > n828cl wrote: >> >>> From: pionier [mailto:pionierp...@interia.pl] >>> Subject: Re: Tomcat + Apache + AJP = high cpu usage:/ >>> >>> that is imposible... my virtual unix account do not allow that >> >

RE: Tomcat + Apache + AJP = high cpu usage:/

2010-01-14 Thread pionier
n828cl wrote: > >> From: pionier [mailto:pionierp...@interia.pl] >> Subject: Re: Tomcat + Apache + AJP = high cpu usage:/ >> >> that is imposible... my virtual unix account do not allow that > > Whatever userid you're starting httpd with that uses por

Re: Tomcat + Apache + AJP = high cpu usage:/

2010-01-14 Thread pionier
Peter Crowther wrote: > > 2010/1/14 pionier > >> 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... >> >> Then uninstall httpd, set up an HTTP c

Re: Tomcat + Apache + AJP = high cpu usage:/

2010-01-14 Thread pionier
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 configuratio

Re: Tomcat + Apache + AJP = high cpu usage:/

2010-01-14 Thread pionier
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 ht

Tomcat + Apache + AJP = high cpu usage:/

2010-01-13 Thread pionier
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 ? tomcat configuration : apache v

Re: tomcat + apache + proxy = very slow response

2010-01-13 Thread pionier
Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Pionier, > > On 1/13/2010 3:49 PM, pionier wrote: >> I know that... that is whay im asking for help. > > Okay, I'm trying to give it to you. > >> Im kno

Re: tomcat + apache + proxy = very slow response

2010-01-13 Thread pionier
Christopher Schultz-2 wrote: > > That's strange that your root user cannot bind to port 80. Perhaps > Apache httpd is already running on port 80? You will have to shut down > httpd before running Tomcat on port 80. > > You shouldn't run Tomcat as root for a number of reasons. You can find > in

Re: tomcat + apache + proxy = very slow response

2010-01-13 Thread pionier
Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Pionier, > > On 1/13/2010 7:45 AM, pionier wrote: >> I have a problem with configuration tomcat with apache... i have to use >> proxy to map every request from port 80

Re: tomcat + apache + proxy = very slow response

2010-01-13 Thread pionier
I found that i cant use ProxyRequests On it have to be sat to Offf... but how to map port 80 to 8080 without proxy ? how can i solve this problem ? -- View this message in context: http://old.nabble.com/tomcat-%2B-apache-%2B-proxy-%3D-very-slow-response-tp27144316p27147115.html Sent from the T

tomcat + apache + proxy = very slow response

2010-01-13 Thread pionier
Hi all, I have a problem with configuration tomcat with apache... i have to use proxy to map every request from port 80 to 8080... my tomcat connection configuration: www.example.com and my vhos

Re: add port number to rul after login or logout

2010-01-07 Thread pionier
markt-2 wrote: > > > Try adding: > ProxyPassReverse / http://www.example.com:8080/ > > Mark > > Thx it helped!! :* :] -- View this message in context: http://old.nabble.com/add-port-number-to-rul-after-login-or-logout-tp27059426p27059649.html Sent from the Tomcat - User mailing list arc

add port number to rul after login or logout

2010-01-07 Thread pionier
Hi, I dont know where to ask or exacly what is source of this problem but... I deployed my grails + acegi application on tomcat6 i bought a domain and point it to ip of my serwer in apatch i placed connfiguration ServerName example.com Include /etc/apache2/vhosts.d/default_vhos