Author: fhanik
Date: Fri Sep 29 11:09:25 2006
New Revision: 451370
URL: http://svn.apache.org/viewvc?view=rev&rev=451370
Log:
Add in skeleton documentation for clustering, so that we can document in
accordance to all the other elements in server.xml
Added:
tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-channel.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-deployer.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-listener.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-membership.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-receiver.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-sender.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-valve.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/config/project.xml
Added: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-channel.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-channel.xml?view=auto&rev=451370
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-channel.xml (added)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-channel.xml Fri Sep 29
11:09:25 2006
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<!DOCTYPE document [
+ <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="cluster-channel.html">
+
+ &project;
+
+ <properties>
+ <author email="[EMAIL PROTECTED]">Filip Hanik</author>
+ <title>The Cluster Channel object</title>
+ </properties>
+
+<body>
+
+
+<section name="Introduction">
+
+
+
+</section>
+
+
+<section name="Attributes">
+
+ <subsection name="Common Attributes">
+
+ <attributes>
+
+ <attribute name="className" required="true">
+
+ </attribute>
+
+
+ </attributes>
+
+
+ </subsection>
+
+
+</section>
+
+
+</body>
+
+</document>
Added: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-deployer.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-deployer.xml?view=auto&rev=451370
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-deployer.xml (added)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-deployer.xml Fri Sep 29
11:09:25 2006
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<!DOCTYPE document [
+ <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="cluster-deployer.html">
+
+ &project;
+
+ <properties>
+ <author email="[EMAIL PROTECTED]">Filip Hanik</author>
+ <title>The Cluster Deployer object</title>
+ </properties>
+
+<body>
+
+
+<section name="Introduction">
+
+
+
+</section>
+
+
+<section name="Attributes">
+
+ <subsection name="Common Attributes">
+
+ <attributes>
+
+ <attribute name="className" required="true">
+
+ </attribute>
+
+
+ </attributes>
+
+
+ </subsection>
+
+
+</section>
+
+
+</body>
+
+</document>
Added: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml?view=auto&rev=451370
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml (added)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Fri Sep 29
11:09:25 2006
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<!DOCTYPE document [
+ <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="cluster-interceptor.html">
+
+ &project;
+
+ <properties>
+ <author email="[EMAIL PROTECTED]">Filip Hanik</author>
+ <title>The Channel Interceptor object</title>
+ </properties>
+
+<body>
+
+
+<section name="Introduction">
+
+
+
+</section>
+
+
+<section name="Attributes">
+
+ <subsection name="Common Attributes">
+
+ <attributes>
+
+ <attribute name="className" required="true">
+
+ </attribute>
+
+
+ </attributes>
+
+
+ </subsection>
+
+
+</section>
+
+
+</body>
+
+</document>
Added: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-listener.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-listener.xml?view=auto&rev=451370
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-listener.xml (added)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-listener.xml Fri Sep 29
11:09:25 2006
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<!DOCTYPE document [
+ <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="cluster-listener.html">
+
+ &project;
+
+ <properties>
+ <author email="[EMAIL PROTECTED]">Filip Hanik</author>
+ <title>The ClusterListener object</title>
+ </properties>
+
+<body>
+
+
+<section name="Introduction">
+
+
+
+</section>
+
+
+<section name="Attributes">
+
+ <subsection name="Common Attributes">
+
+ <attributes>
+
+ <attribute name="className" required="true">
+
+ </attribute>
+
+
+ </attributes>
+
+
+ </subsection>
+
+
+</section>
+
+
+</body>
+
+</document>
Added: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml?view=auto&rev=451370
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml (added)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml Fri Sep 29
11:09:25 2006
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<!DOCTYPE document [
+ <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="cluster-manager.html">
+
+ &project;
+
+ <properties>
+ <author email="[EMAIL PROTECTED]">Filip Hanik</author>
+ <title>The ClusterManager object</title>
+ </properties>
+
+<body>
+
+
+<section name="Introduction">
+
+
+
+</section>
+
+
+<section name="Attributes">
+
+ <subsection name="Common Attributes">
+
+ <attributes>
+
+ <attribute name="className" required="true">
+
+ </attribute>
+
+
+ </attributes>
+
+
+ </subsection>
+
+
+</section>
+
+
+</body>
+
+</document>
Added: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-membership.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-membership.xml?view=auto&rev=451370
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-membership.xml (added)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-membership.xml Fri Sep 29
11:09:25 2006
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<!DOCTYPE document [
+ <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="cluster-membership.html">
+
+ &project;
+
+ <properties>
+ <author email="[EMAIL PROTECTED]">Filip Hanik</author>
+ <title>The Cluster Membership object</title>
+ </properties>
+
+<body>
+
+
+<section name="Introduction">
+
+
+
+</section>
+
+
+<section name="Attributes">
+
+ <subsection name="Common Attributes">
+
+ <attributes>
+
+ <attribute name="className" required="true">
+
+ </attribute>
+
+
+ </attributes>
+
+
+ </subsection>
+
+
+</section>
+
+
+</body>
+
+</document>
Added: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-receiver.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-receiver.xml?view=auto&rev=451370
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-receiver.xml (added)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-receiver.xml Fri Sep 29
11:09:25 2006
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<!DOCTYPE document [
+ <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="cluster-receiver.html">
+
+ &project;
+
+ <properties>
+ <author email="[EMAIL PROTECTED]">Filip Hanik</author>
+ <title>The Cluster Receiver object</title>
+ </properties>
+
+<body>
+
+
+<section name="Introduction">
+
+
+
+</section>
+
+
+<section name="Attributes">
+
+ <subsection name="Common Attributes">
+
+ <attributes>
+
+ <attribute name="className" required="true">
+
+ </attribute>
+
+
+ </attributes>
+
+
+ </subsection>
+
+
+</section>
+
+
+</body>
+
+</document>
Added: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-sender.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-sender.xml?view=auto&rev=451370
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-sender.xml (added)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-sender.xml Fri Sep 29
11:09:25 2006
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<!DOCTYPE document [
+ <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="cluster-sender.html">
+
+ &project;
+
+ <properties>
+ <author email="[EMAIL PROTECTED]">Filip Hanik</author>
+ <title>The Cluster Sender object</title>
+ </properties>
+
+<body>
+
+
+<section name="Introduction">
+
+
+
+</section>
+
+
+<section name="Attributes">
+
+ <subsection name="Common Attributes">
+
+ <attributes>
+
+ <attribute name="className" required="true">
+
+ </attribute>
+
+
+ </attributes>
+
+
+ </subsection>
+
+
+</section>
+
+
+</body>
+
+</document>
Added: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-valve.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-valve.xml?view=auto&rev=451370
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-valve.xml (added)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-valve.xml Fri Sep 29
11:09:25 2006
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<!DOCTYPE document [
+ <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="cluster-valve.html">
+
+ &project;
+
+ <properties>
+ <author email="[EMAIL PROTECTED]">Filip Hanik</author>
+ <title>The Channel object</title>
+ </properties>
+
+<body>
+
+
+<section name="Introduction">
+
+
+
+</section>
+
+
+<section name="Attributes">
+
+ <subsection name="Common Attributes">
+
+ <attributes>
+
+ <attribute name="className" required="true">
+
+ </attribute>
+
+
+ </attributes>
+
+
+ </subsection>
+
+
+</section>
+
+
+</body>
+
+</document>
Added: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml?view=auto&rev=451370
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml (added)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml Fri Sep 29 11:09:25
2006
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<!DOCTYPE document [
+ <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="cluster.html">
+
+ &project;
+
+ <properties>
+ <author email="[EMAIL PROTECTED]">Filip Hanik</author>
+ <title>The Cluster object</title>
+ </properties>
+
+<body>
+
+
+<section name="Introduction">
+
+
+
+</section>
+
+
+<section name="Attributes">
+
+ <subsection name="Common Attributes">
+
+ <attributes>
+
+ <attribute name="className" required="true">
+
+ </attribute>
+
+
+ </attributes>
+
+
+ </subsection>
+
+
+</section>
+
+
+</body>
+
+</document>
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/project.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/project.xml?view=diff&rev=451370&r1=451369&r2=451370
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/project.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/project.xml Fri Sep 29 11:09:25
2006
@@ -30,6 +30,7 @@
<item name="Context" href="context.html"/>
<item name="Engine" href="engine.html"/>
<item name="Host" href="host.html"/>
+ <item name="Cluster" href="cluster.html"/>
</menu>
<menu name="Nested Components">
@@ -41,6 +42,18 @@
<item name="Valve" href="valve.html"/>
</menu>
+ <menu name="Cluster Elements">
+ <item name="Cluster" href="cluster.html"/>
+ <item name="Manager" href="cluster-manager.html"/>
+ <item name="Channel" href="cluster-channel.html"/>
+ <item name="Channel/Membership" href="cluster-membership.html"/>
+ <item name="Channel/Sender" href="cluster-sender.html"/>
+ <item name="Channel/Receiver" href="cluster-receiver.html"/>
+ <item name="Channel/Interceptor" href="cluster-interceptor.html"/>
+ <item name="Valve" href="cluster-valve.html"/>
+ <item name="Deployer" href="cluster-deployer.html"/>
+ <item name="ClusterListener" href="cluster-listener.html"/>
+ </menu>
</body>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]