Perform the following steps on all the nodes of the cluster:
-
Open the [appserver_root]\domain\configuration\host.xml
for editing.
-
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>
-
Save and close the file.
|
|
|