I have 3 wars in my webapp folder. Two of them are built on services of the third one. I\'m in a testing environment, i.e. I don\'t have control over their architectures, so
You could always move the first .war file into the tomcat directory, then wait for it to deploy, then move the next two into the tomcat directory. This would deploy the first, then deploy the other two.
Alternatively you can possibly use the fact that Tomcat will scan the directory and deploy the first war, then second war, then third war alphabetically