On 9/1/06, Mladen Turk <[EMAIL PROTECTED]> wrote:
Jongjin Choi wrote: > Thanks for your quick response.> > It feel that the syntax error ('retries=0') is NOT the direct reason > of 'validate failed for XXX' or 'factory failed lb for XXX' error, > because the error shows up occasionally. > Right, you should have at least a warning in the log that the retries was set to 1 (without retry).
I have my log level 'emerge' so the log does not appear. Anyway, It's better to describe the meaning of 'retries=1' clearly in connector doc.
Anyhow, the message: [error] jk_worker.c (158): validate failed for ajp13 means that you have some error in the cofiguration. Try to rename the loadbalancer from ajp13 to something else. ajp13 is reserved single worker name, so that might be the reason (have no time to validate :) so try: worker.list=ajp13b
Okay, I'll try it.
... worker.ajp13b.balanced_workers=swuwpa03_servlet_mdscm,swuwpa04_servlet_mdscm,swuwpa03_servlet_mdscm2,swuwpa04_servlet_mdscm2 worker.ajp13b.sticky_session=false worker.ajp13b.type=lb And of course modify the JkMount's
You mean the 'uriworkermap.properties' file in my case (IIS 6.0)?
Regards, Mladen. --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Thanks. /Jongjin --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
