Note that the root directory of Admin Server can be configured with the -Dweblogic. When the Admin Server starts, it loads the config. When a Managed Server in the same domain starts up, it connects to the domain's Admin Server to obtain configuration and deployment settings. You would only directly update under unusual circumstances. In this article, we will introduce you one such legitimate usage:. For details about these configuration files and script files, see Domain Directory Contents.
Note : Browse latest Weblogic interview questions and Weblogic tutorial. Here you can check Weblogic Training details and Weblogic training videos for self learning. E learning Portal The domain directory also contains default script files, such as startWebLogic.
The number of configuration archive files retained is specified by the DomainMBean. ArchiveConfigurationCount attribute, whose default value is 0. Figure is an overview of the domain directory tree hierarchy within the domains directory. The domain-name , deployment-name , and server-name directory names are not literal, but are replaced in any actual case with whatever specific names are appropriate; the other directory names are literal.
This overview shows only directories, not files within the directories. In any actual particular domain directory tree, this whole hierarchy might not be present. This section describes the contents of the domain directory and its subfolders. Note that the domain-name , server-name , and deployment-name directory names are not literal, but are replaced with whatever specific names is appropriate; other directory names are literal.
This directory provides a quick way to deploy applications in a development server. When the WebLogic Server instance is running in development mode, it automatically deploys any applications or modules that you place in this directory. This directory contains scripts that are used in the process of starting and stopping the Administration Server and the Managed Servers in the domain.
These scripts are generally provided as. The bin directory can optionally contain other scripts of domain-wide interest, such as scripts to start and stop database management systems, full-text search engine processes, etc. For more information, see Manag ing Server Startup and Shutdown.
This directory contains the current configuration and deployment state of the domain. The central domain configuration file, config. This directory holds the domain's deployed applications, in either archive file or exploded archive directory format. This directory holds library modules; that is, anything found in this directory will automatically be registered as a library module.
This directory contains one application, or deployable module. It contains a subhierarchy that can contain an archive file EAR or WAR , a deployment plan file, external descriptors, and so on.
The directory takes its name from the module's name. This directory contains system modules for instrumentation in the WebLogic Diagnostic Framework. This directory holds configuration information for connection to the Node Manager. This directory contains system modules for the security framework. It contains one security provider configuration extension for each kind of security provider in the domain's current realm. For more information, see Understanding WebLogic Security.
This directory contains system modules that contain startup plans. Startup plans are used to generate shell scripts that can be used as part of server startup. This directory contains a set of JAR files that save the domain's configuration state. Just before pending changes to the configuration are activated, the domain's existing configuration state, consisting of the config.
Once this maximum number is reached, the oldest conversion archive is deleted before a new one is created. This directory holds security-related files that can be or must be different for each Oracle WebLogic Server instance.
The file boot. This directory also maintains files related to SSL keys. This directory holds temporary directories and files that are created while a server instance is running. For example, a JMS paging directory is automatically created here unless another location is specified. Files in this directory must be left alone while the server is running, but may be freely deleted when the server instance is shut down. This directory stores temporary files used in the change management process.
All instances of Oracle WebLogic Server use a root directory to store their working copy of the domain's configuration files, to store run-time data, and to provide the context for any relative pathnames in the server's configuration. An Administration Server always uses the domain directory as its root directory.
A Managed Server can use the domain directory but can also use any other directory that you define. For example, if you start a Managed Server on a computer that does not share a file system with the computer that hosts the Administration Server, the Managed Server will create its own root directory.
The server will copy data from the domain directory to this root directory and will write run-time data in this directory. You can specify the path and name of the server root directory for each server instance.
You can specify a common server root directory for multiple server instances hosted on a single computer or you can specify a different server root directory for each server. A domain may have one or more server root directories. Use the -Dweblogic.
If you do not use one of the above means to specify a server root directory, the path and name of the server root directory depend on whether a server instance is a Managed Server or the Administration Server and whether or not you use Node Manager to start the server instance.
These variations are discussed in the next sections. An Administration Server uses its server root directory as a repository for the domain's configuration data such as config. If the server's startup command includes the -Dweblogic. If -Dweblogic. If Oracle WebLogic Server cannot find a config. You can use this method to create a new domain.
For more information, see "Using the weblogic. If you use the Node Manager to start a Managed Server, the root directory is located on the computer that hosts the Node Manager process. To determine the location of the server's root directory, Oracle WebLogic Server does the following:. If you did not specify a root directory in the Administration Console, then the server root directory is:.
If you do not use the Node Manager to start a Managed Server and therefore use the java weblogic. Server command or a script that calls that command , Oracle WebLogic Server does the following to determine the root directory:. For example, if you run the weblogic.
0コメント