1 Reply Latest reply on Jun 20, 2002 9:36 PM by adrian.brock

    JBoss Directory Structure

    buster

      Can someone tell me why directory structure for my JBoss 3.0 install is different than what the documentation says. I have this "server" directory that contains the "all", "default" and "minimal" directories. What are these for. I dropped some code in the default and it seemed to work so I am assuming this is the correct one.

      Any help

        • 1. Re: JBoss Directory Structure

          all = "everything" (clustering, jboss.net/axis, iiop)
          default = standard stuff
          minimal = a simple server to which you can
          what you need.

          default is the default :-)
          To run others (e.g all) use
          run.sh -c all

          Regards,
          Adrian