0 Replies Latest reply on Jul 8, 2003 7:42 AM by mmeany

    Application config files outside of ear file

    mmeany

      Hi,

      I have seen a couple of posts in here that mention application specific configuration files that are not deployed in the application ear file. I am looking for a solution to this myself and would like to hear of other peoples approach to the problem.

      If the best thing to do is to load the config parameters from a file into JNDI, how can this be initialised at the time of deployment/server restart?

      Is there a benefit to having a stateless session bean that provides access to configuration parameters, this could load the parameters during create.

      Comments please.

      Mark