1 Reply Latest reply on Jul 3, 2006 7:21 AM by sivadatla

    load properties file dynamically

    chaituu

      i deployed ear in jboss-4.0.3/server/default/deploy;i have war and jar is there in that ear;

      in the war ,WEB-INF/class directory i placed log4j.properteis file;


      Is there any way to read the properties file dynamically;

      should i write any java file to read that properties file

      or

      Is else jbossclass loader will read automatically?