[Yanel-commits] rev 20664 - public/yanel/trunk/conf

michi at wyona.com michi at wyona.com
Thu Dec 7 19:53:53 CET 2006


Author: michi
Date: 2006-12-07 19:53:52 +0100 (Thu, 07 Dec 2006)
New Revision: 20664

Modified:
   public/yanel/trunk/conf/realms.xml
Log:
root realm moved to the bottom

Modified: public/yanel/trunk/conf/realms.xml
===================================================================
--- public/yanel/trunk/conf/realms.xml	2006-12-07 18:53:07 UTC (rev 20663)
+++ public/yanel/trunk/conf/realms.xml	2006-12-07 18:53:52 UTC (rev 20664)
@@ -2,6 +2,12 @@
 
 <realms xmlns="http://www.wyona.org/yanel/1.0">
 
+<!-- 
+  Incoming requests will be matched to a realm using the information in this file.
+  The first realm with a matching mount-point will be used, so the order of the 
+  realms matters.
+-->
+
 <!-- ROOT realm -->
 <realm id="yanel-website" mount-point="/yanel-website/" root="false">
   <name>Yanel Website</name>
@@ -28,10 +34,6 @@
   <name>Yanel Javadoc</name>
 </realm>
 
-<realm id="welcome" mount-point="/" root="true">
-  <name>Yanel Welcome and General Administration</name>
-</realm>
-
 <!--
 <realm id="yulup-demo" mount-point="/yulup-demo/">
   <name>Yulup Demo</name>
@@ -68,4 +70,8 @@
 </realm>
 -->
 
+<realm id="welcome" mount-point="/" root="true">
+  <name>Yanel Welcome and General Administration</name>
+</realm>
+
 </realms>




More information about the Yanel-commits mailing list