Remove WebLogic Domain completely

Source: Internet
Author: User

My WebLogic Main directory path is: D:\Oracle\Middleware, the specific path according to the personal installation path, I now want to delete domain name is Base_domain, the specific steps are as follows:

1, delete the contents of the Base_domain domain in D:\Oracle\Middleware\wlserver_10.3\common\nodemanager\nodemanager.domains

#Domains and directories created by Configuration Wizard
#Tue Dec 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

The contents of the file are roughly as above, delete the Base_domain line

2, delete the contents of the Base_domain domain in D:\Oracle\Middleware\domain-registry.xml

<?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>

The contents of the file are roughly as above, delete the Base_domain line


3, delete D:\Oracle\Middleware\user_projects\applications under the domain directory (delete base_domain entire folder)
4, delete D:\Oracle\Middleware\user_projects\domains under the domain directory (delete base_domain entire folder)
5, delete the Start menu welogic under the domain directory (delete base_domain entire folder)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.