1 Reply Latest reply on Apr 4, 2014 2:16 PM by ctomc

    Properties file load in Jboss 7.1.1

    eramesh.java

      Hi,

       

      We are doing upgradation from Jboss 5 to Jboss 7.1.1.

       

      We have one properties file (xx.properties) which is available in deploy folder in Jboss5. It is loading while starting the Jboss5 server.

      Also, this we configurated in properties-service.xml file as below.

       

      <attribute name="URLLIST">

      /.deploy/xx.properties

      </attribute>

       

       

      Now, How can I approach the above functionality in Jboss 7.1.1.

       

      Could you please advise!