[Yanel-commits] rev 28250 - in public/yanel/trunk/src/realms/yanel-website/content/documentation/realm: . en.xhtml.yarep

michi at wyona.com michi at wyona.com
Tue Oct 30 10:44:52 CET 2007


Author: michi
Date: 2007-10-30 10:44:52 +0100 (Tue, 30 Oct 2007)
New Revision: 28250

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml
   public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/meta
Log:
notes about order and root attribute added

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml	2007-10-30 09:44:26 UTC (rev 28249)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml	2007-10-30 09:44:52 UTC (rev 28250)
@@ -20,12 +20,34 @@
 <li>Download the Yulup Website from Wyona's repository using subversion:<br/>
                  svn co <a href="http://svn.wyona.com/repos/public/yulup/website">http://svn.wyona.com/repos/public/yulup/website<br/></a> (Username: anonymous, Password: anonymous)</li>
 <li>Copy the file $YANEL_HOME/conf/realms.xml to $YANEL_HOME/conf/local/local.realms.xml and add the following entry:<br/><br/>
+
     &lt;realm id=&quot;yulup&quot; mount-point=&quot;/yulup/&quot;&gt;<br/>
        &lt;name&gt;Yulup Website&lt;/name&gt;<br/>
        &lt;config src=&quot;$YULUP_WEBSITE/yanel/config/yanel-realm-config.xml&quot;/&gt;<br/>
     &lt;/realm&gt;<br/><br/>
+
+
+&lt;realm id="welcome" mount-point="/" root="true"><br/>
+  &lt;name>Yanel Welcome and General Administration&lt;/name><br/>
+  &lt;config src="@REALMS_DIR@/welcome-admin/"/><br/>
+&lt;/realm>
+
+<br/><br/>
+
     <b>NOTE for Windows users:</b> Also use forward slashes, e.g. D:/realms/foo/yanel/config/yanel-realm-config.xml
 </li><li>Re-build Yanel</li><li>Re-start Yanel</li></ul>
+
+<p>
+Please note that the order of the realms doesn't matter. A request is being dispatched to the realm with the longest matching mount-point.
+</p>
+
+<p>
+Also note that IIRC the root attribute (see the welcome realm configuration) is used for inheritance. For example, if a realm
+does not specify a proxy configuration, it will inherit this
+configuration from the root realm. 
+</p>
+
+
 <h2>Some publicly available Third-Party realms</h2>
 <ul><li>
             <a href="http://svn.wyona.com/repos/public/yulup/website/yanel/config/yanel-realm-config.xml">Yulup Website</a> (U: anonymous, P: anonymous)</li>

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/meta	2007-10-30 09:44:26 UTC (rev 28249)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/meta	2007-10-30 09:44:52 UTC (rev 28250)
@@ -1 +1,5 @@
 yarep_type<string>:resource
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-10-30T10:45:12+0100
+yarep_checkoutUserID<string>:lenya
+yarep_checkinDate<date>:2007-10-30T10:48:17+0100



More information about the Yanel-commits mailing list