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
Concerning my specific web app, there is no problem related to packing/unpacking and even the delay between touching web.xml and reloading is not important (if that happens at least after few minutes). Milos > > - > T

Re: How to reload web app from java program?

2008-05-04 Thread milos
? I suppose I 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 b

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 To