Thank you. Every space is created as a child space to public space, as I can
see from the breadcrumb on top, Public Space >> test2 >> Space Home. How do
I get rid of the public space so that I can have test2 as the root space.
I'm comparing to subsites which I believe it has its own root, if I'm
correct.

If I create one space for each customer, and if I need to delegate minimal
security administration(creating users or asssigning users to roles) to
customer, does it require more customization of jetspeed security components
to work with spaces, please let me know.




David Taylor-23 wrote:
> 
> On Wed, Jan 5, 2011 at 1:55 PM, chocba <[email protected]> wrote:
>>
>> Also, do you know if any good documentation or web page about using
>> spaces?
>> If yes, please let me know.
>>
> Spaces were first released in 2.2.1, so the feature set is not yet
> complete enough to use it for say a white label portal, although with
> little more work, spaces and environments could be very flexible and
> imo surpass current subsite functionality.
> 
> A space is a PSML root level folder with this metadata setting,
> identifying the owner of the space as well as flagging the folder as a
> space:
> 
>   <metadata name='space-owner' xml:lang='en'>admin</metadata>
> 
> If you login as administrator, you can easily manage spaces in the
> system. Spaces should probably have groups of users or  a security
> policy or domains associated with them. They don't yet. But you can
> define a security constraint for a space just like any other folder:
> 
>   <security-constraints>
>     <security-constraints-ref>admin</security-constraints-ref>
>   </security-constraints>
> 
> Spaces are branded by setting the skins for the particular space,
> which will inherit to all pages:
> 
>  <defaults
>      layout-decorator="tenantA"
>      portlet-decorator="tenantA"
>   />
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Subsites-In-JetSpeed-2.2.1-tp30597263p30605820.html
Sent from the Jetspeed - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to