2 Replies Latest reply on Dec 27, 2011 9:39 AM by chriskriel

    How to manage application properties files in AS7

    chriskriel

      In AS5.1 we placed property files in $JBOSS_HOME/<server>/conf. This made it possible to modify application properties without redeploying - which was the motivation for using properties in the first place. With this approach it was also possible to write portable code that did not rely on the JBoss Property Service.

       

      According to the AS7 migration guidelines it is now necessary to package property files with your application. What is the recommended approach to make the properties modifable in this scenario?

       

      What am I missing?