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

michi at wyona.com michi at wyona.com
Sun Jan 27 13:00:21 CET 2008


Author: michi
Date: 2008-01-27 13:00:19 +0100 (Sun, 27 Jan 2008)
New Revision: 30819

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/515c614b-e39d-4020-a445-8a89c6e65788
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
Log:
note about cluster and balancer added

Modified: public/yanel/trunk/src/realms/yanel-website/content/515c614b-e39d-4020-a445-8a89c6e65788
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/515c614b-e39d-4020-a445-8a89c6e65788	2008-01-26 22:50:42 UTC (rev 30818)
+++ public/yanel/trunk/src/realms/yanel-website/content/515c614b-e39d-4020-a445-8a89c6e65788	2008-01-27 12:00:19 UTC (rev 30819)
@@ -1,2 +1,7 @@
-<?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml"><head>  <title>From Template</title></head><body>  <h1>Enterprise Deployment</h1><br/><img alt="Enterprise Deployment" src="deployment_enterprise.png"/><br/><a href="deployment_enterprise.svg">SVG</a> created with <a href="http://www.inkscape.org">Inkscape</a> </body>
-</html>
\ No newline at end of file
+<?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml"><head>  <title>From Template</title></head><body>  <h1>Enterprise Deployment</h1><br/><img alt="Enterprise Deployment" src="deployment_enterprise.png"/><br/><a href="deployment_enterprise.svg">SVG</a> created with <a href="http://www.inkscape.org">Inkscape</a>
+
+<p>
+In order to setup a load-balanced clustered environment, one might want to checkout the code at <a href="http://svn.wyona.com/repos/public/tomcat-cluster">http://svn.wyona.com/repos/public/tomcat-cluster</a> (U: anonymous, P: anonymous). This project includes a Java based load balancer which does support fallback (whereas the sessions are sticky as long as a single cluster node is up and running). This project also includes Apache httpd as an alternative load balancer solution.
+</p>
+</body>
+</html>

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2008-01-26 22:50:42 UTC (rev 30818)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2008-01-27 12:00:19 UTC (rev 30819)
@@ -19,7 +19,7 @@
 </ul>
 </li>
 <li>Resource Types</li>
-<ul><li><a href="create-new-resource.html">Create a new resource type from scratch</a></li><li><a shape="rect" href="access-data-in-resourcetype.html">Access global and resource type specific data from a resource type</a></li></ul>
+<ul><li><a href="create-new-resource.html">Create a new resource type from scratch</a></li><li><a href="access-data-in-resourcetype.html" shape="rect">Access global and resource type specific data from a resource type</a></li></ul>
 <li>Best Practice</li>
 <li>Security
 <ul>
@@ -52,9 +52,9 @@
 </li>
 <li>Deployment
 <ul>
-    <li><a href="deployment/deployment_all_in_one.html">All In One</a></li><li><a href="deployment/deployment-static.html">Serving Content Statically</a></li><li><a href="deployment/deployment-enterprise.html">Enterprise</a></li>
+    <li><a href="deployment/deployment_all_in_one.html">All In One</a></li><li><a href="deployment/deployment-static.html">Serving Content Statically</a></li><li><a href="deployment/deployment-enterprise.html">Enterprise</a> (including Load-Balancer and Tomcat Cluster)<br/></li>
     <li><a href="deployment-with-a-reverse-proxy.html">Deployment with a Reverse Proxy</a></li>
-    <li><a href="how-to-add-ssl-to-apache-httpd.html">Install Apache-Httpd with SSL support</a></li><li><a href="deployment/deployment_within-foaf-environment.html" shape="rect">Within FOAF environment</a></li>
+    <li><a href="how-to-add-ssl-to-apache-httpd.html">Install Apache-Httpd with SSL support</a></li><li><a shape="rect" href="deployment/deployment_within-foaf-environment.html">Within FOAF environment</a></li>
 </ul>
 </li>
     <li><a href="i18n.html">Yanel and i18n</a></li>



More information about the Yanel-commits mailing list