How to control webapp deployment order when restarting tomcat
- by artejera
Hi,
I have a number of war projects deployed in a single tomcat 5.5 container. They consume each other's services through http, and thus I need to make sure that, when Tomcat is restarted, they are deployed in an specific order. After a couple of hours googlin' around, no luck.
Anyone knows how to setup tomcat 5.5 to deploy wars on restart in an specific order?
Thanks in advance