Christian Reiter [http://community.jboss.org/people/t3chris] created the discussion
"Re: How to deploy properties for application outside the EAR file?" To view the discussion, visit: http://community.jboss.org/message/600248#600248 -------------------------------------------------------------- I've found one possible way: The file can be placed in jboss\server\default\conf\ and then loaded by using URL configFileURL = Thread.currentThread().getContextClassLoader().getResource(<CONFIG_FILENAME>); from within the application. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/600248#600248] Start a new discussion in Beginner's Corner at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
