I am using mod_jk 1.2.15.
It set if to workers.properties.
---
worker.ap1.type=ajp13
worker.ap1.host=192.168.0.3
worker.ap1.port=8009
worker.ap1.recovery_options=0 or 3
worker.ap1.retries=1
worker.ap1.reply_timeout=30000
---

I set "reply_timeout=30000"(30sec) by mod_jk1.2.15.
And, The JSP page that return the result after the sleep had been done
for 3 minutes was displayed. At recovery_options=0 or 2, "503 Service Temporarily Unavailable" will be displayed in about 30 seconds. This is a result the same as the expectation. At recovery_options=1 or 3, "502 Bad Gateway" will be displayed in about 3 minutes. This is not a result the same as the expectation. At this time, I want you to be going to be displayed in about 30 seconds as "502 Bad Gateway".


mod_jk 1.2.13 was a result the same as the expectation regardless of 
recovery_options value.
Thanks in advance.

Regards.
Hidenori Yukawa

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to