Hi, Am Montag, den 19.11.2007, 11:01 +0100 schrieb Thomas Mueller: > x Sling applications using only 1 JCR Repository > > Probably the main question is, are there any fixed paths?
This is basically supported. And yes, there are some fixed paths (at least in microsling, but also in Sling). But the question is not actually "1 JCR Repository" but "1 workspace in the same JCR Repository". Because as long as the Sling instances use different workspaces, it does not matter, whether the workspaces are located in the same repository or not. If you mean sharing a workspace between multiple Sling instances: This is also quite possible. In fact, this is required if we want to run Sling in a clustered environment, where we will have multiple instances of Sling accessing the same clustered JCR Repository. Of course the Sling Application running inside Sling has to be carefull as to respect the situation that there may be fellow Sling Applications. Regards Felix
