September 2011
Intermediate to advanced
528 pages
19h 57m
English
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> ...
Read now
Unlock full access