2 Replies Latest reply on Aug 1, 2002 11:20 AM by cunparis

    jboss server in a directory outside of JBOSS_DIST

    cunparis

      I'd like to store the JBoss server configuration with my project, outside of the JBOSS_DIST. I've tried passing the -c parameter and that works if the serverdir is a subdirectory of JBOSS_DIST/server. Is it possible to put it some place else?

      -Michael

        • 1. Re: jboss server in a directory outside of JBOSS_DIST
          sgturner

          Not sure you can do that. What you can do, however, is move the deploy directory from within to some place else. In that case, make a configuration change in /conf/jboss-service.xml as to where deploy is located before starting JBoss.

          • 2. Re: jboss server in a directory outside of JBOSS_DIST
            cunparis

            That sounds complicated. Because the libraries would be in one place and the config files and deployed jars in another.

            I'm trying to come up with a solution for version controlling our project. It'd be nice to have EVERYTHING for the project in one place, instead of split up. With WebLogic you can do this (put the server directory anywhere) and I think that's a very nice feature.