workers.properties question

2004-05-21 Thread Simon Zeng
Hi, I have a question about workers.properties setting In mod_jk.log, I have JkMount /* loadbalancer In workers.properties, I have worker.list = worker1, worker2, loadbalancer(1) #worker1 configuration #worker2 configuration #---Load balancer worker --

simple workers.properties question (John Turner's how-to)

2003-08-28 Thread Denise Mangano
According to the how-to, I created the workers.properties file. My question is simple: Is it ok to leave: worker.ajp13.host = localhost or should I change it to: worker.ajp13.host = www.mydomain.com In my httpd.conf my ServerName is www.mydomain.com, and in my server.xml the Host

Re: simple workers.properties question (John Turner's how-to)

2003-08-28 Thread John Turner
It just needs to equal location of tomcat. I used to think it had to match the ServerName...it doesn't. It's merely a pointer to the machine that is running Tomcat. If Apache and Tomcat are on the same machine, then localhost is fine. John Denise Mangano wrote: According to the how-to, I