Zeke schrieb:
> Thank you very much, Rainer!
> Yes. My node accept the request first, then it will return 500 if the called
> web service is not available ...So mod_jk can not fail over the request in
> this situation. Do you have some suggestion for this situation? I really
> hope none of the calling to my web service in my cluster will be lost.

Something would need to buffer the request body. What about your web
service client? Could it do a retry, when it gets an error status code?
It should still have the rquest data available.

The mod_jk module would put the bad worker into error state after
detecting any error, so that the client retry would go to another node.

Regards,

Rainer

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

Reply via email to