Hello everybody.
I wonder if somebody has already faced and solved my requirement..
In a given application deployment process I have 3 component to be deployed
The are destined to same application server (for a given enviroment).
Now when the deployment is carried out manually they put Application Server (AS) down , copy the 3 artifacts, and bring AS up, at the end of the manual process
So, at the end of the day, they shutdown and start the AS only once, no matter what is the number of components deployed.
Now we have been asked to do the same, with the Application Process,
stop AS
install cmp1
install cmp2
install cmp3
start AS
So far, I didn't find anything suitable to my need here (I mean: something like a shell step available in the Application Process, at start and end of the application Process)
Has anybody any suggestion ?
Thank you very much for helping!
Francesco