Nowadays, after completing any new code/fix bugs of my project, manually export .war
file and upload to server for redeploying. Then needs to restart service to take affect. For one day, many updated features are done and redeploy many times.
What to be needed is to auto deploy (Continuous Integration/Continuous delivery) without restarting web service. [Currently, our web service is developed by using Spring RESTFul & Hibernate, Tomcat & Ubuntu Server].