1 Reply Latest reply on Nov 12, 2012 3:29 AM by ifti24

    Jboss 7 Standalone configuration

    ifti24

      Hi,

       

      I found that in jboss 7 under standalone/configuration folder there are 3 different xml files for standalone configuration.

       

      standalone-full.xml

      standalone-full-ha.xml

      standalone-ha.xml

       

      Can somebody please explain me why thre are different configuration files and which configuration file is used by jboss and how to configure that ?

        • 1. Re: Jboss 7 Standalone configuration
          ifti24

          I got the answer here -

           

          https://docs.jboss.org/author/display/AS7/Getting+Started+Guide

           

          Standalone Server Configurations


          • standalone.xml (default)
            • Java Enterprise Edition 6 certified web profile configuration which includes the technologies required by the Web Profile specification plus Java Connector 1.6 Architecture, Java XML API for RESTFul Web Services, and OSGi
          • standalone-preview.xml
            • referred to as our Java Enterprise Edition 6 full profile preview, this configuration contains all the technologies in the default configuration with additional technology previews of Java API for XML-Based Web Services (JAX-WS) 2.2 and Java Message Service 1.1.
          • standalone-ha.xml
            • default profile with Clustering capabilities
          • standalone-preview-ha.xml
            • EE 6 full profile preview with Clustering capabilities