2 Replies Latest reply on Apr 14, 2003 5:59 AM by lyc1

    How to deploy two EAR without mixing them ?

    lyc1

      Hello

      Today, I tried to deploy to different EAR in 1 instance of JBoss.
      I use a librairy called silocommun.jar, in which a config.properties can be found. The property file content is different for each EAR.

      But when I try to read this file in my EARs, deployed together, sometimes the application read the properties file from the other EAR !!

      How is it possible ? I though each EAR had its own class loader.

      Maybe something to configure ?

      Thanks for your help

      Damien