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

michi at wyona.com michi at wyona.com
Sat Dec 9 13:29:54 CET 2006


Author: michi
Date: 2006-12-09 13:29:51 +0100 (Sat, 09 Dec 2006)
New Revision: 20702

Modified:
   public/yanel/trunk/conf/realms.xml
Log:
mount point of javadoc changed

Modified: public/yanel/trunk/conf/realms.xml
===================================================================
--- public/yanel/trunk/conf/realms.xml	2006-12-08 22:44:43 UTC (rev 20701)
+++ public/yanel/trunk/conf/realms.xml	2006-12-09 12:29:51 UTC (rev 20702)
@@ -3,13 +3,18 @@
 <realms xmlns="http://www.wyona.org/yanel/1.0">
 
 <!-- 
+  IMPORTANT NOTE:
   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.
 -->
 
+<realm id="javadoc" mount-point="/yanel-website/javadoc/">
+  <name>Yanel Javadoc</name>
+</realm>
+
 <!-- ROOT realm -->
-<realm id="yanel-website" mount-point="/yanel-website/" root="false">
+<realm id="yanel-website" mount-point="/yanel-website/">
   <name>Yanel Website</name>
 
 <!--
@@ -30,10 +35,6 @@
 -->
 </realm>
 
-<realm id="javadoc" mount-point="/javadoc/">
-  <name>Yanel Javadoc</name>
-</realm>
-
 <!--
 <realm id="yulup-demo" mount-point="/yulup-demo/">
   <name>Yulup Demo</name>




More information about the Yanel-commits mailing list