On 17/02/2011 21:38, Srikanth Konjarla wrote:
> As per the Wiki at http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q27
> 
> ---
> What order do webapps start (or how can I change startup order)?
> 
> There is no expected startup order. Neither the Servlet spec nor Tomcat
> define one. You can't rely on the apps starting in any particular order.
> ---
> 
> Wondering if there is anything changed in 7.x?

Nope.

> If not, how in general it
> is addressed if one webapp depends on another webapp to be available.

Don't design your web applications that way. Web apps are meant to be
independent.

The one way you can control this is define the Contexts in server.xml.
They will be started in the order they appear in the file.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to