On Mon, 18 Nov 2002, Cox, Charlie wrote:

>
> If you want to share a context between multiple <host> elements, you can set
> the appBase to the same directory and let tomcat autoload the context from
> there. Then each context specific to each webapp can have an absolute path
> to the context.

While this will share the webapps between virtual hosts, it does not share
the webapp *instances* themselves.  There will be a separate <Context>
instance in each <Host> with this configuration, even though they happen
to run the same set of servlets and JSPs.

>
> Charlie

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to