Hi Team,
Am newbie to this forum, hope it will help me to get the solution for my below question.
We are using Jboss EAP6.4 for the application server it contains the war/ear, we are updating the war through Jenkins with the help of our bash script.
The script works nothing but, it gets the files from local svn and compress as a war file then it will auto deployed into the concerned EAP Group name.
In this case, we need to take the backup of current runtime war for every releases.
Any recommended approach to take the backup war?
JBoos didnt provide any feature to backup the application before deployment. You have to update your script to backup webapplication before deployment.