RE: Tomcat 4 load balancing

2003-03-20 Thread GIRY Patrick
Analyst Web e-mail : [EMAIL PROTECTED] Phone number : 33 1 64 80 30 91 -Message d'origine- De : Jackson, Stephen [mailto:[EMAIL PROTECTED] Envoy : mercredi 19 mars 2003 16:31 A : 'Tomcat Users List' Objet : RE: Tomcat 4 load balancing There are lots of solutions for stuff like this. You can

RE: Tomcat 4 load balancing

2003-03-19 Thread Jackson, Stephen
I don't know if this will help you but I am using apache to load balance and it works using the following config. # # workers.properties # # In Unix, we use forward slashes: ps=/ # list the workers by name worker.list=tomcat1, tomcat2, loadbalancer # # First tomcat

RE: Tomcat 4 load balancing

2003-03-19 Thread Rastislav Vasil
Hi, I' sorry, my mystake - lb is a type of the worker, while it's name is loadbalancer, I changed following: default.worker=lb -- default.worker=loadbalancer worker.list=lb -- worker.list=loadbalancer Now it works, but I have a question for one of my next steps: For some

RE: Tomcat 4 load balancing

2003-03-19 Thread Jackson, Stephen
[mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:10 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat 4 load balancing Hi, I' sorry, my mystake - lb is a type of the worker, while it's name is loadbalancer, I changed following: default.worker=lb -- default.worker=loadbalancer