Windows下徹底刪除 weblogic 域

Windows下徹底刪除 weblogic 域

weblogic主目錄路徑為:D:\Oracle\Middleware,具體路徑根據個人安裝路徑而定,現在想刪除域名為base_domain的域,具體操作步驟如下:

1、刪除 D:\Oracle\Middleware\wlserver_10.3\common\nodemanager\nodemanager.domains 里的base_domain域內容

#Domains and directories created by Configuration Wizard
#Tue Dec 17 11:28:34 GMT+08:00 2013
base_domain=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain
test_domain=D\:\\Oracle\\Middleware\\user_projects\\domains\\test_domain

文件內容大致如上,刪除base_domain這一行內容

2、刪除 D:\Oracle\Middleware\domain-registry.xml 里的base_domain域內容

<?xml version=”1.0″ encoding=”UTF-8″?>
<domain-registry xmlns=”http://xmlns.oracle.com/weblogic/domain-registry“>
  <domain location=”D:\Oracle\Middleware\user_projects\domains\test_domain”/>
  <domain location=”D:\Oracle\Middleware\user_projects\domains\base_domain”/>
</domain-registry>

文件內容大致如上,刪除base_domain這一行內容


3
、刪除 D:\Oracle\Middleware\user_projects\applications 下的域目錄(刪除base_domain整個文件夾)
4
、刪除 D:\Oracle\Middleware\user_projects\domains 下的域目錄(刪除base_domain整個文件夾)
5
、刪除開始菜單中welogic下的域目錄(刪除base_domain整個文件夾)

以下文章點擊率最高

Loading…

     

如果這文章對你有幫助,請掃左上角微信支付-支付寶,給於打賞,以助博客運營