System Information: I have a system with 10 tomcat server and load balancer in linux operating system.
Configration: I am running tomcats in linux screen
Problem: When i have to deploy new war file , i need to stop 10 tomcat server, remove old war and extracted old war folder, copy new war file to webapps directory and start it
Question: Is there any way to do this operations faster ?