how to implement single instance of web application
- by Lalchand
I want to run only one instance of my web-application which is deployed in tomcat 5.5 how to implement it.
for example if the system has 2 tomcat server each having the web application name xxx i don't want the two application run in parallel only one should run at a time.
suppose if the user access the index.jsp inside tomcat 1 and after that when he try to access the index.jsp from tomcat 2 it should n't happen