[Yanel-commits] rev 49791 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Sun May 23 13:49:29 CEST 2010


Author: michi
Date: 2010-05-23 13:49:29 +0200 (Sun, 23 May 2010)
New Revision: 49791

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/a6759319-db27-40b1-a173-d5c8205c7b6f
Log:
note about environment variable added

Modified: public/yanel/trunk/src/realms/yanel-website/content/a6759319-db27-40b1-a173-d5c8205c7b6f
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/a6759319-db27-40b1-a173-d5c8205c7b6f	2010-05-23 11:48:28 UTC (rev 49790)
+++ public/yanel/trunk/src/realms/yanel-website/content/a6759319-db27-40b1-a173-d5c8205c7b6f	2010-05-23 11:49:29 UTC (rev 49791)
@@ -1,32 +1,35 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <title>Configuration of realms.xml</title>
-  </head>
-  <body>
-    <h1>Configuration of realms.xml</h1>
-    <h2>Examples</h2>
-    <pre>
-&lt;?xml version="1.0"?>
-
-&lt;realms xmlns="http://www.wyona.org/yanel/1.0" version="2007060600">
-
-&lt;realm id="realm-id" mount-point="/" root="true">
-  &lt;!--&lt;name>Realm Name&lt;/name>-->
-  &lt;config src="/absolute/path/to/realm/"/>
-  &lt;reverse-proxy>
-    &lt;host-name>your.domain.ch&lt;/host-name>
-&lt;!--
-    &lt;port>80&lt;/port>
-    &lt;ssl-port>443&lt;/ssl-port>
--->
-    &lt;prefix>/yanel/globus&lt;/prefix>
-  &lt;/reverse-proxy>
-&lt;/realm>
-
-&lt;/realms>        
-    </pre>
-  </body>
-</html>
+<?xml version="1.0"?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Configuration of realms.xml</title>
+  </head>
+  <body>
+<h1>Configuration of realms.xml</h1>
+<p>The location of the file <code>realms.xml</code> is configured within the file <a href="yanel_xml.html"><code>yanel.xml</code></a> or this path can be overwritten by setting the environment variable <code>YANEL_REALMS_HOME</code>.</p>
+<h2>Examples</h2>
+<pre>&lt;?xml version="1.0"?&gt;
+
+&lt;realms xmlns="http://www.wyona.org/yanel/1.0" version="2007060600"&gt;
+
+&lt;realm id="realm-id" mount-point="/" root="true"&gt;
+  &lt;!--&lt;name&gt;Realm Name&lt;/name&gt;--&gt;
+  &lt;config src="/absolute/path/to/realm/"/&gt;
+  &lt;reverse-proxy&gt;
+    &lt;host-name&gt;your.domain.ch&lt;/host-name&gt;
+&lt;!--
+    &lt;port&gt;80&lt;/port&gt;
+    &lt;ssl-port&gt;443&lt;/ssl-port&gt;
+--&gt;
+    &lt;prefix&gt;/yanel/globus&lt;/prefix&gt;
+  &lt;/reverse-proxy&gt;
+&lt;/realm&gt;
+
+&lt;/realms&gt;        
+    <br /><br /></pre>
+<h2>Environment variable YANEL_REALMS_HOME<br /></h2>
+<p>The environment variable can for example be set within <code>apache-tomcat-5.5.20/bin/catalina.sh</code> of Tomcat:</p>
+<p><code>export YANEL_REALMS_HOME=/Users/michaelwechner/src/realms</code></p>
+</body>
+</html>
\ No newline at end of file



More information about the Yanel-commits mailing list