Hello, I am not really answering your question, but I would liek to know
in which folder in your tomcat installation, that you have put the workers.properties file??
i am really stuck with this problem. I am just porting my application to tomcat and
i am not able to read my properties files and XSL files.
I know this could be a very silly queston and I am unable to use the 2 replies I got from the group.
Someone please help me on this
| "Matt Barre" <[EMAIL PROTECTED]>
07/28/01 12:14 AM
|
To: <[EMAIL PROTECTED]> cc: Subject: load balanced workers |
I'm trying to implement load balanced workers in the form of 2 different jvm instances on
a single physical server. I have 3 workers in my workers.properties file :
workers.list = ajp12, ajp13, backup
ajp13 = first instance
ajp12 = first instance
backup = second instance
lb.loadbalancer.balanced_workers = ajp13, ajp12, backup
in my httpd.conf file I have tried two different things...
if I set JkMount to ajp13, and then stop the instance that worker is in, then the site
fails, I would think it should switch over to the backup worker. Should I instead be
putting lb in my httpd.conf? If that is the case wouldn't I need to include lb in the
workers.list property?
Matt
