While it may be easier from a management perspective, there are also
disadvantages
with runnning multiple indices within a single appserver port:

- they are sharing the memory of a single JVM so the size of the cache has to
be smaller then running a singler instance per appserver instance

- a sinlge point of failure for all indices

Bill

On 12/21/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:

: I guess the updates can also be done the same way then. So, I just have
: to create multiple context paths with different schema.xml files in each ?
: Thanks.

you wouldn't even need idffernet schema.xml files ... they could all be
symlinks to the same schema.xml, only the data directories would need to
be different.


-Hoss


Reply via email to