1 Reply Latest reply on Oct 20, 2003 4:59 AM by juha

    Could I have my own conf directory?

    gerrylau

      Hi all, I would like to have a JBoss hierarchy like below:

      JBoss
      ---- MyApp
      -------- conf
      ------------ dbconfig.properties
      -------- deploy
      -------- lib

      If I put dbconfig.properties to JBoss/server/default/conf, I could use ResourceBundle.getBundle("dbconfig") to get properties. Probably JBoss helped me put dbconfig.properties into classpath. I want to use the same method to access dbconfig.properties in JBoss/MyApp/conf.

      How should I tell JBoss to load my conf? SystemPropertiesService loads properties to itself but not to classpath. Thus, I could not use ResourceBundle.

      Any advice is appreciated!

      Gerry

      PS: By the way, could I create my own 'server' such that I could run JBoss as 'run -c MyApp'?