Date: 2004-11-04T17:15:51
Editor: BrianLee <[EMAIL PROTECTED]>
Wiki: Jakarta-Slide Wiki
Page: DomainConfig
URL: http://wiki.apache.org/jakarta-slide/DomainConfig
no comment
Change Log:
------------------------------------------------------------------------------
@@ -7,6 +7,8 @@
A domain is an aggregation of one or more namespaces. If we use the UNIX filesystem
analogy, a domain represents the root ("/") anchor where filesystems (in this case,
namespaces) are mounted. The domain controls access to its registered namespaces and
performs initialization and connection management on behalf of the namespaces. When
Slide is first initialized, the Domain configuration is loaded. Once again, if you are
familiar with UNIX, the domain configuration file is the equivalent of the fstab file.
The path to the domain configuration file is given through the org.apache.slide.domain
property in your SlidePropertiesFile.
+'''The default implementation of a Slide domain is as a static entity, so only one
domain can exist per JVM.'''
+
The domain configuration is written by an administrator and tells how to initialize
each Namespace. The namespace initialization includes information like:
* The low-level services the namespace uses (structure store, content store ...).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]