What is the difference between a build and deploy
and re-deploy
?
What should be done when you just have some
Build and Deployment are Back To Back Processes! Build can be taken Only if there is any JAVA Code Change. For only HTML or CSS file updates, no need of New Build. The Property files change needs the Server Restart.
No need of Deploying Unchanged Build ear/tar file.
For updated ear Build, Deployment on Server process should be initiated.