Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "FAQ/Miscellaneous" page has been changed by Bodo Junglas:
http://wiki.apache.org/tomcat/FAQ/Miscellaneous?action=diff&rev1=34&rev2=35

Comment:
Fix another typo

  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. 
  
  While the above statement is certainly true, there is a potential 
"workaround":
- If you actually have two (or more) apps depending on each other, you may 
decided to start multiple services in you server.xml:
+ If you actually have two (or more) apps depending on each other, you may 
decide to start multiple services in you server.xml:
  {{{
  <Service name="Webapps1">
    <Connector .../>

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

Reply via email to