A follow up to my previous question:

If a Singleton class is located in the WEB-INF/lib of one webapp and an
identical class is also located in the WEB-INF/lib of another webapp,
when the class is instantiated by one of the webapps, is the same class
instantiation then automatically used for all the webapps?

Similarly, if a Singleton class is located in the $TOMCAT_HOME/lib
directory and is instantiated by one of the webapps, is the same class
instantiation then automatically used for all the webapps?

Thanks again,

Gabe Zimmerman

Reply via email to