This topic show how to manage application server configuration files.
Application server configuration files define the available application servers, their configurations, and their contents.
A configuration repository stores configuration data.
By default, configuration repositories reside in the config subdirectory of the profile root directory.
A cell-level repository stores configuration data for the entire cell and is managed by a file repository service that runs in the deployment manager. The deployment manager and each node have their own repositories. A node-level repository stores configuration data that is needed by processes on that node and is accessed by the node agent and application servers on that node.
When you change a WebSphere Application Server configuration by creating an application server, installing an application, changing a variable definition or the like, and then save the changes, the cell-level repository is updated. The file synchronization service distributes the changes to the appropriate nodes.
You should periodically save changes to your administrative configuration. You can change the default locations of configuration files, as needed.
The master repository is comprised of .xml configuration files
. You can edit configuration files using the administrative console, scripting, wsadmin commands, programming, or by editing a configuration file directly.