Where to put property file in JBOSS 7 or Glassflish? (Best practice)
问题 I have developed applications for JBOSS EAP 5 with eclipse. I placed property files under server-conf/conf/... I am now developing in Netbeans (7.2). The bundled glassfish server is used for easier development. The target environment is JBOSS EAP 6. What is the best place to place property files? A common place for both environments would be great. 回答1: If you want to have them external to the application you'll probably have to write a custom module. This isn't as bad as it sounds, check out