2 Replies Latest reply on Jan 8, 2003 4:00 AM by zokor

    Many deployment directories

    zokor

      I have a Jboss server for several applications. So, in the /deploy directory I have ejb-jar files that belong to different applications.

      Is it possible to specify different deploy directories? In this manner I could have a deploy directory for each application.

      Thanks!

        • 1. Re: Many deployment directories

          In your server/conf/jboss-service.xml file:



          URLs are comma seperated and unprefixed arguments are considered
          file URLs and resolve relative to server home(JBOSS_DIST/server/default)
          unless the given path is absolute. Any referenced directories cannot
          be unpackaged archives, use the parent directory of the unpacked
          archive.



          ./deploy

          • 2. Re: Many deployment directories
            zokor

            That is! Thank you very much!