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).

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
...

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

Regards,
Mladen.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to