I'm trying to configure a WildFly 8.1 cluster and I have not found any satisfying answer for sharing common property files. In standalone mode I've added some property files to the configuration folder which can be fetched via the jboss.server.config.dir and the configuration file name. Is there a possibility to propagate property files in domain mode? I don't want to add the property content to each server.
Thanks for any help!