I don't know what the practical limit for the number of stores is, but I'm using three 
at the moment and I don't see any reason you couldn't do more than that.

In the Domain.xml file you need to configure each Store and give it a unique name, 
then you need to put each Store at a unique path using the scope elements. Here's an 
example:

        <scope match="/" store="main"/>
        <scope match="/users" store="users"/>
        <scope match="/roles" store="roles"/>

If you put the stores at non-standard locations you'll need to <objectnode> elements 
to the <data> section in order to get things initialized properly.

-James

>>> [EMAIL PROTECTED] 6/30/2004 3:26:26 PM >>>
Is that possible use multiple stores at the same time? If so, how could I do 
that?
thanks a lot.
haipeng

_________________________________________________________________
MSN 9 Dial-up Internet Access fights spam and pop-ups � now 3 months FREE! 
http://join.msn.click-url.com/go/onm00200361ave/direct/01/ 


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



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

Reply via email to