Removing the Endeca Server domain

This topic describes how to manually remove the Endeca Server domain from the WebLogic Server.

The Endeca Server un-installer does not remove the Endeca Server domain files from WebLogic Server. Therefore, you must manually remove the Endeca Server domain from WebLogic Server, as described in this procedure. The procedure will assume that endeca_server_domain is the name of the Endeca Server domain.

To remove the Endeca Server domain from WebLogic Server:

  1. Stop the WebLogic Server.
  2. Using a text editor, open the $MW_HOME/domain-registry.xml file and remove the endeca_server_domain entry from the file.
    <?xml version="1.0" encoding="UTF-8"?>
    <domain-registry xmlns="http://xmlns.oracle.com/weblogic/domain-registry">
      <domain location="C:\Oracle\Middleware\user_projects\domains\endeca_server_domain"/>
    </domain-registry>
  3. Delete the $MW_HOME/user_projects/domains/endeca_server_domain directory.