The Domain Configuration File: config.xml

Each WebLogic Server domain contains a central configuration file called the config.xml, which is stored in the DOMAIN_HOME\config directory. Both the Admin Server and the Managed Servers derive their run-time configuration information from the config.xml file. In addition to the config .xml file, there are subsidiary configuration files. Note that each server in a domain maintains its own copy of the domain configuration documents. Here's an excerpt from a domain's configuration file, config.xml:

 <domain xsi:schemaLocation="http://xmlns.oracle.com/weblogic/security/wls - <name>My_domain</name> <default-realm>myrealm</default-realm> <server> <name>My_AdminServer</name> <machine>My_Machine_1</machine> ...

Get Oracle WebLogic Server 11g Administration Handbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.