I want to put a configuration file (my.properties) into the JBOSS's deploy folder
along with my war/ear file. I don't want to package my properties file inside the
jar/war/ear since it contains configuration details, which would change during
deployment.
From my class file, which lives inside a war file, how do I load the
my.properties file?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969650#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...