Re: [OT] mod_jk configuration for production

2007-02-21 Thread nuka
rg/connectors-doc/reference/workers.html > > what your configuration means. You will notice, that a value of 2 for > the socket_timeout does not really make any sense. > > Regards, > > Rainer > > nuka schrieb: >> This configuration was done some time ago by someon

Re: [OT] mod_jk configuration for production

2007-02-21 Thread nuka
I've read the documentation and my question is : - socket_timeout = 2s but reply_timeout is 0 meaning that the webserver is waiting forever. Which of them is used for timeout ajp connection? nuka wrote: > > Hello, > > I am facing to a problem concerning apache-tomcat

Re: [OT] mod_jk configuration for production

2007-02-20 Thread nuka
This configuration was done some time ago by someone else. I don't believe there is a specific reason for this parameter configuration. I believe that this should be a default dev configuration. Rainer Jung-3 wrote: > > What's your idea why you configured a socket timeout

mod_jk configuration for production

2007-02-20 Thread nuka
Node2.host=xxx.xx.xx.xx worker.xxxNode2.type=ajp13 worker.xxxNode2.socket_keepalive=True worker.xxxNode2.socket_timeout=2 worker.xxxNode2.recycle_timeout=300 worker.xxx2.recovery_options=0 Do you have any idea which parameters do we need to change in this configuration? thanks rgds Nuka -- View this

Re: [OT] mod_jk -> tomcat sending delay

2007-02-20 Thread nuka
Hello, I am facing to a similar exception in tomcat: ERROR [org.apache.jk.common.HandlerRequest] Error decoding request java.net.SocketTimeoutException: Read timed out having a timeout for Tomcat AJP connector = 1 minute. It seems that this timeout has a good value, but I still get this kind o