3 Replies Latest reply on Sep 10, 2006 1:28 AM by asack

    How do I load a resource (my.properties) file from the deplo

    rameshsr

      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?