1 Reply Latest reply on Jun 18, 2014 12:51 PM by adila01

    JBoss 6.2.0 EAP where are all relative directories defined

    praneshinjboss

      Hello,

       

      I'm using JBoss 6.2.0 EAP and in standalone.xml I do see below entries defined. Is there any file where it defines jboss.server.config.dir=C:\jboss-6.2.0\standalone\configuration & jboss.server.data.dir=C:\jboss-6.2.0\standalone\data & so on if in case I need to change relative to some custom directory.

       

             <extension module="org.jboss.as.clustering.infinispan"/>

              <extension module="org.jboss.as.connector"/>

              <extension module="org.jboss.as.deployment-scanner"/>

              <extension module="org.jboss.as.ee"/>

              <extension module="org.jboss.as.ejb3"/>

              <extension module="org.jboss.as.jaxrs"/>

       

                          <properties path="mgmt-users.properties" relative-to="jboss.server.config.dir"/>

                          <file-handler name="file" formatter="json-formatter" relative-to="jboss.server.data.dir" path="audit-log.log"/>

       

      Would be really helpful where does of all those defined.

       

      Thanks.

        • 1. Re: JBoss 6.2.0 EAP where are all relative directories defined
          adila01

          All the JBoss EAP paths are listed in the official documentation.

           

          ValueDescription
          jboss.home.dirThe root directory of the JBoss EAP 6 distribution.
          user.homeThe user home directory.
          user.dirThe user's current working directory.
          java.homeThe Java installation directory
          jboss.server.base.dirThe root directory for an individual server instance.
          jboss.server.data.dirThe directory the server will use for persistent data file storage.
          jboss.server.config.dirThe directory that contains the server configuration.
          jboss.server.log.dirThe directory the server will use for log file storage.
          jboss.server.temp.dirThe directory the server will use for temporary file storage.
          jboss.controller.temp.dirThe directory the host controller will use for temporary file storage.