Table of Contents

Weblogic - Domain

About

An Oracle WebLogic Server administration domain is a logically related group of Java components:

Weblogic Architecture Domain

Management

remove a domain

Home

Example of value:

FMW_Home\user_projects\domains\domainName

#bi Linux
/u01/app/fmw/user_projects/domains/bi
#bi Windows
F:\Oracle\Middleware\Fmw\user_projects\domains\bi

Other locations:

Extend

Extending a domain means that you add products and functionality to an existing domain.

Configuration

Each domain describes its configuration in an XML document that is located in the domain's configuration directory. The central configuration file for a domain is DOMAIN_NAME/config/config.xml.

Example with a BI installation:

fmw_home/user_projects/domains/bifoundation_domain/config

General Information

Weblogic Domain General Information

Schemas

The schemas that define a domain’s configuration document are in the following locations:

Type

Standalone

A standalone domain is a container for system components, such as Oracle HTTP Server. It has a directory structure similar to an Oracle WebLogic Server domain, but it does not contain an Administration Server or Managed Servers. It can contain one or more instances of system components of the same type, such as Oracle HTTP Server, or a mix of system component types.

Documentation / Reference