cancel
Showing results for 
Search instead for 
Did you mean: 

Clustering on BOE

Former Member
0 Kudos

Hi everybody, i want to cluster the uat server, do i need to have anyother physical machine like Qa to do it or if i cluster the node to an existing cms will that be ok. How do we know that the server is clustered

After doing the clustering do we need to modify web.xml file in the PlatformServices\WEB-INF\

is it mandatory to modify web.xml in order to implement clustering on a server.If anybody wants anything more please let me know

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Looks like you are using XI 3.1

How many servers are there in the UAT environment. If you have more then one SIA then definitely you can cluster it.

Stop SIA through CCM, go to properties then configuration tab and enter cluster name. Do this for all SIA on the UAT environment.

Once it is done, go to InfoViewApp\WEB-INF\web.xml and edit it, instead of CMS name enter cluster name.

<context-param>

<param-name>cms.default</param-name>

<param-value>@clustername</param-value>

</context-param>