网站地图    收藏   

主页 > 后端 > 网站安全 >

Weblogic的boot.properties文件位置变了 - Windows操作系

来源:自学PHP网    时间:2015-04-17 18:33 作者: 阅读:

[导读] 从10.3.2之后boot.properties文件不再位于域目录下,而是每个实例目录下的security目录下.以下来自Metalink:WebLogic 10.3.2 Servers Are Not Reading boot.properties File Inside DOMAIN Directory ......

从10.3.2之后boot.properties文件不再位于域目录下,而是每个实例目录下的security目录下.
以下来自Metalink:
WebLogic 10.3.2 Servers Are Not Reading boot.properties File Inside DOMAIN Directory [ID 1069324.1]
  修改时间 07-JUL-2011     类型 PROBLEM     状态 PUBLISHED 
In this Document
  Symptoms
  Cause
  Solution
  References
 
Applies to:
Oracle Weblogic Server - Version: 10.3.2 to 10.3.3
Oracle Weblogic Server - Version: 10.3.2 to 10.3.2]
Information in this document applies to any platform.
This document is application for WebLogic 11gR1 10.3.2
Symptoms
This document provides information about using boot.properties in WebLogic 11gR (10.3.2) or later.

Placing the boot.properties file under the domain file no longer allows starting the server without login.

In earlier versions (before 10.3.2) of WebLogic, one can put boot.properties file with plain text of username/password under the domain folder to avoid having to input username/password every time during a server startup. And the original plain text would also be encrypted after the startup.
Cause
This behavior is not seen by default from 10.3.2 due to design change. If you would like to put boot.properties file somewhere to startup weblogic server without prompting for username/password, there are two choices.
Solution
First, use -Dweblogic.system.BootIdentityFile option inside the WebLogic start script to set the location of the boot.properties file (The file name is customizable).
Second, if -Dweblogic.system.BootIdentityFile is not specified, by default the server instance during bootup process will look for boot.properties file inside DOMAIN_HOME/servers/X/security directory. ( X is the server name).
(这里metalink写成了DOMAIN_HOME/servers//security directory. (  is the server name).
本人作了修改)
For more details on how to use the parameter -Dweblogic.system.BootIdentityFile, please refer to Oracle Fusion Middleware Managing Server Startup and Shutdown for Oracle WebLogic Server 11g Release 1 (10.3.1), Chapter 2: Starting and Stopping Servers, Section: "How a Server Uses a Boot Identity File at Startup" (click here).
 
 
本文出自 “天下无贼” 博客

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论