I have a WAS 8.5.5 cell horizontally clustered with 2 members, I have a network share that is common between these 2 physical servers. Can I use this network share as the deployment directory for my applications so that this will be common between the 2 nodes ? What can go wrong with is approach ?
My issue is that when a user does some activity on the application screen it is generating some xml files inside the war on the node that the user is connected amongst one of the nodes. Then these xml files (config settings) are not being synchronised with the other node. So we planned to have the installedapplications directory common between both the nodes so that the changes are always there.
Thanks in Advance ! Please let me know if the question is uncler an I will elaborate