Upgrading WebLogic Application Environments --官方文档
http://docs.oracle.com/cd/E13179_01/common/docs92/upgrade/dirstruct.html
WebLogic Domain Directory Structure Enhancements
As of 9.0, WebLogic Server offers the following enhancements to the structure of the WebLogic domain directory:
- To improve configuration management and promote XML file validation, WebLogic Server supports the specification of domain configuration data in multiple files, including
config.xml
, in the newdomain_name
/config
directory. (Heredomain_name
specifies the domain directory.) In previous releases, theconfig.xml
file was the repository for all configuration information. Now, new subdirectories ofconfig
maintain configuration modules for diagnostic, JDBC, JMS, Node Manager, and security subsystems. Each configuration file adheres to an XML Schema definition. - Startup and shutdown scripts are maintained in the
domain_name
/bin
directory. In previous releases, they were stored in the root directory of the domain.
In addition to the structural enhancements to the domain directory, WebLogic Server supports new utilities for managing changes to server configuration. These new tools enable you to implement a secure, predictable means for distributing configuration changes in a domain. For more information, see "Managing Configuration Changes" in Understanding Domain Configuration at http://download.oracle.com/docs/cd/E13222_01/wls/docs92/domain_config/changes.html
.
For more details about the WebLogic Server 9.x domain directory structure, see "Domain Configuration Files" in Understanding Domain Configuration at http://download.oracle.com/docs/cd/E13222_01/wls/docs92/domain_config/config_files.html
.
Figure C-1 compares the domain directory structures for WebLogic Server 9.x and WebLogic Server 8.1.
The following sections describe the domain directory structures for WebLogic Server 8.1, 7.0, and 6.1.
WebLogic Server 8.1 Domain Directory Structure
In WebLogic Server 8.1 environments, the domain directory structure created by the Configuration Wizard contains:
- A domain root directory with the same name as the domain, such as
mydomain
orpetstore
. This directory contains the following:
config.xml
file for the domain- Scripts used to start server instances and establish the environment
- Subdirectory for storing applications for the domain, typically named
applications
.
When you start a server instance in a domain for the first time, WebLogic Server creates the following subdirectories in the domain directory:
- Files containing security information
logs
directory for storing domain-level logs- For each server running in the domain, a directory for storing server logs and HTTP access logs
For more details about the WebLogic Server 8.1 domain directory structure, see "Overview of WebLogic Server Domains" in Configuring and Managing WebLogic Server at http://download.oracle.com/docs/cd/E13222_01/wls/docs81/adminguide/overview_domain.html
. For a summary of the directory structure contents for the default configuration templates, see "Template Reference" in Creating and Configuring WebLogic Domains Using the Configuration Wizard at http://download.oracle.com/docs/cd/E13196_01/platform/docs81/confgwiz/tempref.html
.
WebLogic Server 7.0 Domain Directory Structure
In WebLogic Server 7.0 environments, the root of the domain directory structure is a directory with the same name as the domain, such as mydomain
or petstore
. This directory should contain the following:
config.xml
file for the domain- Scripts you use to start server instances and establish your environment
- For storing applications for the domain, a directory, typically named
applications
.
When you start a server instance in a domain for the first time, WebLogic Server creates the following subdirectories in the domain directory:
data
directory for storing security informationlogs
directory for storing domain-level logs- For each server running in the domain, a
server_name
directory for storing server-level logs temp
directory for storing temporary files
The following sample tree shows where the directories are created in a domain directory called mydomain
.
For more information about the WebLogic Server 7.0 domain directory structure, see "Domain Directories Structure" in "Domain Restrictions" in "Overview of WebLogic Server Domains" in Creating and Configuring WebLogic Server Domains at http://download.oracle.com/docs/cd/E13222_01/wls/docs70/admin_domain/overview.html
.
WebLogic Server 6.1 Domain Directory Structure
In WebLogic Server 6.1 environments, the configuration information for all of the WebLogic administrative domains resides in the configuration repository, which is located, in turn, in the WL_HOME
/config
directory. Specifically, config
contains a configuration subdirectory for each domain. The name of each domain-specific subdirectory must match the name of the domain.
The domain directory structure contains a root directory with the same name as the domain, such as mydomain
or petstore
. This directory should contain the following:
config.xml
file for the domain- Scripts you use to start server instances and establish your environment
- For storing applications for the domain, a subdirectory, typically named
applications
logs
directory for storing domain-level logs
For more information about the WebLogic Server 6.1 domain directory structure, see "Creating a New Domain" in "Overview of WebLogic Server Management" in WebLogic Server Administration Guide at http://download.oracle.com/docs/cd/E13222_01/wls/docs61/adminguide/overview.html
.
Upgrading WebLogic Application Environments --官方文档的更多相关文章
- hbase官方文档(转)
FROM:http://www.just4e.com/hbase.html Apache HBase™ 参考指南 HBase 官方文档中文版 Copyright © 2012 Apache Soft ...
- HBase官方文档
HBase官方文档 目录 序 1. 入门 1.1. 介绍 1.2. 快速开始 2. Apache HBase (TM)配置 2.1. 基础条件 2.2. HBase 运行模式: 独立和分布式 2.3. ...
- Spring 4 官方文档学习(十一)Web MVC 框架之配置Spring MVC
内容列表: 启用MVC Java config 或 MVC XML namespace 修改已提供的配置 类型转换和格式化 校验 拦截器 内容协商 View Controllers View Reso ...
- Spring Cloud官方文档中文版-客户端负载均衡:Ribbon
官方文档地址为:http://cloud.spring.io/spring-cloud-static/Dalston.SR2/#_spring_cloud_netflix 文中例子我做了一些测试在:h ...
- Spring 4 官方文档学习(十四)WebSocket支持
个人提示:如果需要用到页面推送,高频且要低延迟,WebSocket无疑是最佳选择.否则还是轮询和long polling吧. 做了一个小demo放在码云上,有兴趣的可以看一下,简单易懂:websock ...
- Spark SQL 官方文档-中文翻译
Spark SQL 官方文档-中文翻译 Spark版本:Spark 1.5.2 转载请注明出处:http://www.cnblogs.com/BYRans/ 1 概述(Overview) 2 Data ...
- Spring 4 官方文档学习(十二)View技术
关键词:view technology.template.template engine.markup.内容较多,按需查用即可. 介绍 Thymeleaf Groovy Markup Template ...
- Spring 4 官方文档学习(十一)Web MVC 框架之异常处理
1.HandlerExceptionResolver Spring HandlerExceptionResolver的实现们会处理controller执行过程中发送的unexpected except ...
- Google Android官方文档进程与线程(Processes and Threads)翻译
android的多线程在开发中已经有使用过了,想再系统地学习一下,找到了android的官方文档,介绍进程与线程的介绍,试着翻译一下. 原文地址:http://developer.android.co ...
随机推荐
- 升级windows 10后网络连接异常
升级 windows 10,QQ无法连接,显示“登陆超时,请检查网络或者防火墙设置”.打开360软件助手,准备升级QQ试试,360软件助手也显示网络异常. 解决方法: 右键点击开始菜单,命令提示符(管 ...
- Devexpress treelist 控件属性大全
属性列表 1.OptionsSelection: EnableAppearanceForcusedCell:选中的Cell的Appearance设置是否可用.默认为True: EnableAppear ...
- 数据与任务的并行---Parallel类
Parallel类是对线程的抽象,提供数据与任务的并行性.类定义了静态方法For和ForEach,使用多个任务来完成多个作业.Parallel.For和Parallel.ForEach方法在每次迭代的 ...
- 知识记录——CSS规范(文章内容为转载)
原作者信息 作者:词晖 链接:http://www.zhihu.com/question/19586885/answer/48933504 来源:知乎 著作权归原作者所有,转载请联系原作者获得授权. ...
- Websphere中获取项目下.properties路径
一:如果容器为Websphere,那下面为红色的地方不能加"/",如果为tomcat,则加上"/", String path = this.class.get ...
- java—在dbutils中处理事务与不确定条件的查询(46)
在dbutils中处理事务 事务是指用户的一次操作.这一次操作有可能是一个表,也有可能是多个表,也有可能是对一个表的多次操作. 只要是: 1:对数据数据库进行多次操作. 2:多个表,还是 ...
- JavaWeb -jsp文件和内置对象的解析
jsp文件和内置对象的解析 对page解析 JSP九大内置对象(自带,无需new) 1 out:输出对象 2 request:请求对象,存储“客户端像服务端发送的请求信息” 3 response:响应 ...
- “全栈2019”Java第一百章:局部内部类可以实现接口吗?
难度 初级 学习时间 10分钟 适合人群 零基础 开发语言 Java 开发环境 JDK v11 IntelliJ IDEA v2018.3 文章原文链接 "全栈2019"Java第 ...
- 源码编译安装MySQL-5.6/mysql-5.6.39------踩了无数坑,重装了十几次服务器才会的,不容易啊!
1.切换到src目录 cd /usr/local/src/ 2. 下载mysql免编译二进制包 免编译的mysql二进制包5.6源码包: wget http://mirrors.163.com/mys ...
- django实战-留言板
对应github链接:https://github.com/pshyms/django/tree/master/liuyanban 第一天 1. 创建一个新项目后,新建一个应用程序 python ma ...