http://martijnverburg.blogspot.de/2010/12/jboss-separating-application-logs.html Intresting approach to add some directory to the classpath using the manifest of the war
https://community.jboss.org/wiki/classloadingconfiguration
Files that are put into server//conf can be accesses by each web application that runs within (eg. default instance). This also works with files in arbitrary subdirectories of conf.
- https://docs.jboss.org/author/display/AS71/Class+Loading+in+AS7
- http://stackoverflow.com/questions/15361175/adding-of-external-jar-file-into-classpath-for-jboss-7
- https://community.jboss.org/wiki/HowToPutAnExternalFileInTheClasspath
- http://stackoverflow.com/questions/15365036/jboss-as-7-application-specific-properties-file