Administrative repository

WebSphere Application Server - Express stores configuration data for each application server instance in XML documents, which reside in a cascading hierarchy of directories beneath the root directory for the instance. This hierarchy of directories makes up the administrative repository for a WebSphere Application Server - Express instance. The configuration documents describe the servers, nodes, applications, and resources that are part of the instance.

Hierarchy of configuration directories

The administrative repository for each instance starts with the config directory located directly under the root directory for the instance. For the myAppSvr instance, the administrative respository is contained in the /QIBM/UserData/WebASE51/ASE/myAppSvr/config directory.

The administrative repository for an instance contains the following directories and files:

Here is an example of the structure.

config
  cells
    cell1
       cell.xml resources.xml virtualhosts.xml variables.xml security.xml
       applications
          sampleApp1
             deployment.xml
             META-INF
                application.xml ibm-application-ext.xml ibm-application-bnd.xml
          sampleApp2
             deployment.xml
             META-INF
                application.xml ibm-application-ext.xml ibm-application-bnd.xml
       nodes
          nodeX
             node.xml variables.xml resources.xml serverindex.xml
             servers
               serverA
                  server.xml variables.xml