Re: Maven And Load Balancing deployment

2007-10-22 Thread Rainer Jung
ng it Stéphane -Message d'origine- De : Rainer Jung [mailto:[EMAIL PROTECTED] Envoyé : lundi 22 octobre 2007 17:16 À : Tomcat Users List Objet : Re: Maven And Load Balancing deployment You can tell the mod_jk load balancer to disable or stop workers temporarily via a status worker. There

RE: Maven And Load Balancing deployment

2007-10-22 Thread Stéphane Hanser
Users List Objet : Re: Maven And Load Balancing deployment You can tell the mod_jk load balancer to disable or stop workers temporarily via a status worker. There is a docs page for the status worker, which also describes the URL structure. We also have an ant task "jkstatus", that ca

Re: Maven And Load Balancing deployment

2007-10-22 Thread Rainer Jung
You can tell the mod_jk load balancer to disable or stop workers temporarily via a status worker. There is a docs page for the status worker, which also describes the URL structure. We also have an ant task "jkstatus", that can be used to combine ant with the mod_jk status worker. There might

Re: Maven And Load Balancing deployment

2007-10-22 Thread Johnny Kewl
phane Hanser" <[EMAIL PROTECTED]> To: Sent: Monday, October 22, 2007 3:53 PM Subject: Maven And Load Balancing deployment Hello everybody, I'm currently working on a webapp using tomcat as application server. As we got a lot of users and the server was not able to handle the

Maven And Load Balancing deployment

2007-10-22 Thread Stéphane Hanser
Hello everybody, I’m currently working on a webapp using tomcat as application server. As we got a lot of users and the server was not able to handle them all alone, we run 2 instances of tomcat and we use load balancing through a workers.properties file in apache2 directory. I need to rede