1 Reply Latest reply on Aug 11, 2006 3:49 AM by bettina

    external config directories in jboss

    nine_mirrors

      For various reasons my company wants to move application specific config files to a location outside the normal jboss directory structure. I've edited jboss-service.xml to scan the new directory but some files that previously resided in {jboss.server.name}/deploy don't get read in when moved to their new home. I've tried adding the new directory to the classpath set in run.sh but that didn't help either.

      Any pointers on how to move config files outside the default directory structure?

      thanks
      Erik Svensson, Ongame AB

        • 1. Re: external config directories in jboss
          bettina

          have you tried setting the java options differently? there is one called:

          jboss.server.config.url

          maybe you just need to set this option to whatever directory you like?
          I haven't tried it myself, but maybe it helps.
          For more possible options see the class: ServerConfig.java