Deployment order strategy
- From: "LE CALVE, Laurent" <laurent.lecalve (at) castel.fr>
- Date: Fri, 3 Feb 2006 14:51:25 +0100
> I have 3 different .war files to deploy under Tomcat 5.5
> I deploy under Tomcat (under webapps) these 3 files with Eclipse 3.2 and the order they start under Tomcat is very important for me because they communicate between them with WebServices.
>
> When Tomcat starts, I want that Tomcat deploy and start first file1.war then file2.war and finally file3.war.
>
> At the moment, I don't understand the deployment stategy of Tomcat. Some time it starts file1.war and some times file2.war !!!
>
> Is there anybody here who have some information about it ?
> Thanks
>
>