RE: Load balancing problem with activation=disabled

2016-10-18 Thread Kozak, Milos
I actually achieved my solution with activation directive, and such a configuration works. The only drawback is: When PROD recovers all traffic is managed by DR until DR goes down, and my case would be to take back all traffic after PROD is recovered. Milos -Original Message- From

Load balancing problem with activation=disabled

2016-10-18 Thread Kozak, Milos
Hi, I am debugging a mod_jk load-balancing configuration which has been used a lot, but for two nodes only. Currently, we made a change for more nodes, and we are facing problem. Original idea was to have one PROD and DR servers such that all requests are handled by PROD and if PROD goes down

Re: How to reload web app from java program?

2008-05-04 Thread milos
need exactly the same API call as manager app does to reload the context! Regards, Milos The OP is trying to reload one webapp, not the entire tomcat. --David David Kerber wrote: David Smith wrote: Don't think so. The next best things are a) using the manager webapp to reload or b

Re: How to reload web app from java program?

2008-05-04 Thread milos
(if that happens at least after few minutes). Milos - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

How to reload web app from java program?

2008-05-03 Thread milos
Hello, is there any way to reload deployed application from the application itself? I suppose there must be an API to do that. Thanks in advance, Milos Kovacevic - To start a new topic, e-mail: users@tomcat.apache.org