Home > Knowledge Center > Resource Repository > Development > Issues > Simple one-off app to test potential deployment conflicts
Document Actions

Simple one-off app to test potential deployment conflicts

Up one level

When two instances of the same app are deployed into the same servlet container, do their globals comingle? They shouldn't... the Tomcat docs claim that each app gets a separate class loader. Also see http://article.gmane.org/gmane.comp.finance.mifos.devel/4851



Hello World java web app by Adam Monsen — last modified 2008-06-03 18:23
A simple Java web app to modify and display global static and instance variables.
Grameen logo