3 Replies Latest reply on Jul 18, 2011 4:53 AM by emuckenhuber

    Modular Configuration

    jmfaerman

      Is it possible to split the long standalone.xml config file?

      I am fighting with the AS for modifications, reloading every time... is it possible to have my own config file?

        • 1. Re: Modular Configuration
          emuckenhuber

          Julio Faerman wrote:

           

          Is it possible to split the long standalone.xml config file?

          No this is not possible at the moment.

          Julio Faerman wrote:

           

          I am fighting with the AS for modifications, reloading every time... is it possible to have my own config file?

          Modifications to the actual file are supported while the server is stopped. Once the server is started you have to use the management API. You can also start the server using the --server-config=my-configuration.xml

          • 2. Re: Modular Configuration
            jmfaerman

            Thanks Emanuel,

             

            I don't know the Management API, but i guess it is not enough for the configuration tasks we are used to do in JBoss AS (jaas, logging, jgroups, etc...).

            I am just starting with AS 7, but i find it quite weird that the AS is changing my config file, but i'll get used to it

             

            Regards,

            Julio

            • 3. Re: Modular Configuration
              emuckenhuber

              basically JBossAS is using this configuration file also for persisting runtime management changes. So all changes done via the management console (or other management interfaces) will be represented in this configuration file.