1 Introduction to System Configuration Variables
This chapter covers these topics:
1.1 Document Organization
The information in this guide is subject to change as the product technology evolves and as hardware and operating systems are created and modified. Due to the technical nature of browsers, databases, web servers, and operating systems, Oracle cannot warrant compatibility with all versions and features of third-party products.
This guide is divided into the following chapters:
-
Configuration Variables List by Usage lists all variables sorted by where they are used in Oracle WebCenter Content (for example, in Debugger, or in Inbound Refinery).
-
Configuration Variables lists all variables in alphabetical order.
1.2 Oracle WebCenter Content Terminology
Oracle WebCenter Content documentation uses the following terms when referring to variables in the directories associated with the Oracle WebCenter Content and Oracle WebCenter Content Server configuration:
-
IdcHomeDir: This variable refers to the
ucm/idc
directory in the Oracle WebCenter Content home where the Oracle WebCenter Content server media is located. The server media can run Oracle WebCenter Content Server, Oracle WebCenter Content: Inbound Refinery, or Oracle WebCenter Content: Records software. This is essentially a read-only directory. The default location isWCC_ORACLE_HOME
/ucm/idc
. The variable portion of the default location can be changed, but the path cannot be changed fromucm/idc
. -
DomainHome: This variable refers to the user-specified directory where an Oracle WebCenter Content application is deployed to run on an Oracle WebLogic Server application server. The
DomainHome
/ucm/
short-product-id
/bin
directory contains theintradoc.cfg
file and executables. The default location forDomainHome
isMW_HOME
/user_projects/domains/
base_domain
, but you can change the path and domain name (base_domain)
during the deployment of an Oracle WebCenter Content application to an application server. -
short-product-id: This variable refers to the type of Oracle WebCenter Content server deployed to an application server. This name is used as the context root (default
HttpRelativeWebRoot
configuration value). Possible values include:-
cs
(Oracle WebCenter Content Server) -
ibr
(Oracle WebCenter Content: Inbound Refinery)
-
-
IntradocDir: This variable refers to the root directory for configuration and data files specific to an Oracle WebCenter Content instance that is part of an Oracle WebCenter Content application deployed to an application server. This Idoc Script variable is configured for one type of Oracle WebCenter Content instance: Content Server (
cs
) or Inbound Refinery (ibr
). This directory can be located elsewhere, but the default location isDomainHome
/ucm/
short-product-id
. The specified directory must be an absolute path to the instance directory and must be unique to a particular server or node. The directory includes abin/
directory, which contains the startup files (intradoc.cfg
and executables).