I want to do postdeploy script to add only one properties file to application war. I know that I can add it by AdminApp.update and it works on one node server.
Is it possible to do this on cluster? I mean, that I want run AdminApp.update script for each server and for each node in cluster with different properties.
thanks in advance