1 Reply Latest reply on Oct 26, 2004 10:11 AM by lepe

    Are jars in the "all" deploy dir available in the "default"

    thoste

      Normally I learned that I should deploy my jar and war files to the deploy
      dir under server/default/deploy.

      But what is with the jars which are located in the
      server/all/deploy directory ?
      Are they available as well?

      Thomas

        • 1. Re: Are jars in the
          lepe

          Only when you start your JBoss with the 'all' configuration :)

          run.sh -c all ---> All configuration and server/all/deploy
          run.sh -c minimal ---> Minimal configuration and server/minimal/deploy
          run.sh -c default ---> Default configuration and server/default/deploy
          run.sh ---> Default configuration and server/default/deploy

          /L