4 Replies Latest reply on Oct 26, 2005 10:57 AM by sbyrne

    Deploy the same webapp twice on different paths.

    sbyrne

      I want to deploy the same webapp twice (in my case, two .wars, the only difference is a properties file) on two different paths. It seems that it uses one classloader for both and static variables are not seperated for the two wars. Can I force jboss to use seperate classloaders?
      Or is the problem something else?