I have multiple war files to deploy, for example. coll.war, egg.war, etc., each one will specify an application module.
In our application I have some specification that coll.war should deploy first and rest has to deploy in specific sequence such like.
coll.war
egg.war
chick.war
Can somebody help me out to do it with my sequence process when i will start a tomcat server.