...
Open the
<DAS_HOME>/repository/conf/carbon.xml
file and configure the<HostName>
and<MgtHostName>
attributes with the{DAS_SERVER_HOSTNAME}
.Code Block language xml <HostName>{DAS_SERVER_HOSTNAME}</HostName> <MgtHostName>{DAS_SERVER_HOSTNAME}</MgtHostName>
Open the
<DAS_HOME/repository/conf/axis2/axis2.xml
file, and enter the{DAS_SERVER_HOSTNAME}
as the value forlocalMemberHost
parameter as shown below.Code Block language xml <parameter name="localMemberHost">{DAS_SERVER_HOSTNAME}</parameter>
- Open
<DAS_HOME/repository/conf/event-processor.xml
file and do the following updates. For more information about these configurations, see The Clustering Guide - Minimum High Availability Deployment - DAS#event-processor.xmlDAS.In the
<!-- Distributed Mode Confi
g → section =><nodeType>
element =><manager>
sub-element, change thehostName
to{DAS_SERVER_HOSTNAME}
as shown below.Code Block language xml <manager enable="true"> <hostName>{DAS_SERVER_HOSTNAME}</hostName>
In the
<!-- Distributed Mode Config →
section =><management>
element =><manager>
sub-elements, change thehostName
to{DAS_SERVER_HOSTNAME}
as shown below.Code Block language xml <management> <managers> <manager> <hostName>{DAS_SERVER_HOSTNAME}</hostName>
If the DAS node that you are configuring is a presenter node in a clustered setup, change the
hostName
to{DAS_SERVER_HOSTNAME}
under the<!-- Distributed Mode Config →
section =><nodeType>
element =><presenter>
sub-element as shown below.Code Block language xml <presenter enable="false"> <hostName>{DAS_SERVER_HOSTNAME}</hostName>
- Once the above steps are carried out, restart the DAS server.