Accessing an application with different paths

2007-07-20 Thread kiran.tadepalli
Hi, We have a scenario for High Availability setup (using tomcat 5.5.9); The application 'app' is deployed on two machines (recognized as 'app1' on one machine, and 'app2' in another) to handle failover. We have enabled tomcat cluster to have the session replicated between two instances.

RE: Can we stop tomcat using System.exit(int)

2006-02-07 Thread kiran.tadepalli
Thank you David, change in security manager worked. I'm not sure whether I can change the java.policy file while the application is moved to production; However, including exitVM as one of the Runtime Permission in policy file made it possible. Thanks for the direction. Regards, Kiran