Saturday, July 08, 2017

Alfresco Cluster Node Identification

PaidVerts
When alfresco is under multiple nodes and we want to know where our request goes and on which node, by default it is hard to find where actual request redirected.

You can change below things and afterwards you are able to see node details


#1. Open tomcat/conf/server.xml
#2.  Search  <Engine name="Catalina" defaultHost="localhost">

#3. Looks like

#4. Update that configuration to your node specific

#5. It should now looks like below


#6. Restart alfresco
#7. After starting alfresco you come to know by inspect element in browser
like below