0 Replies Latest reply on Feb 22, 2008 5:39 AM by perron

    Accessing files while deployed in EAR

    perron

      Hey,

      I have the following problem.

      In my dev environment I am accessing different files including config and jars to run my application.
      This works fine as long as I do not want to be them all packed up in my EAR to be deployed in JBoss.


      Is there a way to reference my files in my code so that while it runs in JBoss they will be retrieved from the EAR file?

      Sorry if this issue got already raised.

      Thanks