RE: Insert delay between war deployment

2008-11-25 Thread Caldarale, Charles R
> From: Bocalinda [mailto:[EMAIL PROTECTED] > Subject: Insert delay between war deployment > > I'm wondering if it is possible to change the deployment > order which Tomcat follows. No. If your webapps have ordering dependencies, it's up to you to provide the necessa

Insert delay between war deployment

2008-11-25 Thread Bocalinda
Hi, I got a slight timing problem here. I got 2 war files: X.war and webservice.war X.war depends on webservice.war. I already managed to have webservice.war deploy before X.war gets deployed, although I can see in the logs that X.war is eternally waiting on webservice.war when being deployed. Al

Insert delay between war deployment

2008-11-25 Thread Bocalinda
Hi, I'm wondering if it is possible to change the deployment order which Tomcat follows. I've been searching the net, and as from what other people say, it is not possible. Is this still true for Tomcat 6? I more or less found a way to deploy applications at the beginning or at the end by appendi