JBoss AS: use .xml files in the properties-service.xml
Posted
by
fgysin
on Server Fault
See other posts from Server Fault
or by fgysin
Published on 2010-09-21T14:44:26Z
Indexed on
2012/06/26
3:18 UTC
Read the original article
Hit count: 593
The properties service (configured in properties-service.xml) in JBoss application server lets you specify external .properties files that are loaded and can then be accessed as system properties from the deployed applications.
(See here http://community.jboss.org/wiki/PropertiesService for more info...)
Is it also possible to load config files in the .xml format instead of .properties?
I know it is possible for certain given configs like for example the mail-service.xml and the jboss-log4j.xml... But they are both loaded directly by JBoss, and not via the properties service.
© Server Fault or respective owner