3.4.3.4 Edit the host.xml file to remove information of extra servers

Perform the following steps on all the nodes of the cluster:

  1. Open the [appserver_root]\domain\configuration\host.xml for editing.

  2. Search the <servers> tag and delete the following code from the tag:

     <server name="server-two" group="main-server-group" auto-start="true"> 
                <!-- server-two avoids port conflicts by incrementing the ports in 
                     the default socket-group declared in the server-group --> 
                <socket-bindings port-offset="150"/> 
            </server> 
            <server name="server-three" group="other-server-group" auto-start="false"> 
                <!-- server-three avoids port conflicts by incrementing the ports in 
                     the default socket-group declared in the server-group --> 
                <socket-bindings port-offset="250"/> 
            </server>
  3. Save and close the file.

// Ethnio survey code removed