Do you meant "deployOnStartup" ("loadOnStartup")? It
is not available in 4.1.xx (my case).I found easer to manage multiple contexts in separate directories of virtual hosts, than limit use of deployment parameters. Thanks for reply! :) Evgeny > On Sat, Jul 31, 2004 at 12:45:50PM -0700, Evgeny > Gesin wrote: > : Tomcat loads all* web-apps under "appBase" when > : starting virtual hosts. Using different "appBase" > for > : each virtual "host" solves the problem. > > Just for the archives, Tomcat loads *all* webapps > when "loadOnStartup" > is true for the <Host> element. Set it to "false" > and you won't have > that problem. > > Of course, if you're deploying apps to the same dir, > but they're managed > by different vhosts, then you may want to set the > <Host>'s "autoDeploy" > to false, as well. Otherwise you'll trigger a > deployment on the other > vhosts when you deploy to the intended one... > > > : Thanks for not response :)) > > Well, now you have one. ;) > > -QM > > -- > > software -- http://www.brandxdev.net > tech news -- http://www.RoarNetworX.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
