So we have a busy legacy web service that needs to be replaced by a new one. The legacy web service was deployed using a WAR
file on an apache tomcat server. That is it was copied over into the web apps folder under tomcat and all went well. I have been delegated with the task to replace it and would like to do it ensuring
- I have a back up of the old service
- the service gets replaced by another WAR file with no down time
Again I know I am being overly cautious however it is production level and I would like everything to go smooth. Step by step instructions would help.