Two node installation folder transfer on Linux - CustomerID

Transfer the installation folder from master node to slave node by giving for example the following commands.

mkdir -p /usr/local/ubisecure
scp -r root@<master node ip>:/usr/local/ubisecure/customerid /usr/local/ubisecure/

After this, we need to allow wildfly user to access the custom folder and jndi.properties:

chown -R wildfly. /usr/local/ubisecure/customerid/application/custom
chmod 644 /usr/local/ubisecure/customerid/application/custom/jndi.properties