How to control webapp deployment order when restarting tomcat
Posted
by artejera
on Stack Overflow
See other posts from Stack Overflow
or by artejera
Published on 2010-03-29T15:42:25Z
Indexed on
2010/03/29
15:43 UTC
Read the original article
Hit count: 311
tomcat
|deployment
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
© Stack Overflow or respective owner