pero 2005/02/15 01:36:13 Modified: modules/storeconfig/src/share/org/apache/catalina/storeconfig server-registry.xml Log: Add spezial case ReplicationTransmitter StoreAppender Fix some typos Fix MembershipService bug Revision Changes Path 1.3 +11 -3 jakarta-tomcat-catalina/modules/storeconfig/src/share/org/apache/catalina/storeconfig/server-registry.xml Index: server-registry.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/modules/storeconfig/src/share/org/apache/catalina/storeconfig/server-registry.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- server-registry.xml 11 Jan 2005 20:02:13 -0000 1.2 +++ server-registry.xml 15 Feb 2005 09:36:12 -0000 1.3 @@ -78,7 +78,7 @@ tagClass="org.apache.catalina.connector.Connector" childs="true" storeFactoryClass="org.apache.catalina.storeconfig.ConnectorSF" - storeWriterClass="org.apache.catalina.storeconfig.ConnectorStoreAppender"> + storeAppenderClass="org.apache.catalina.storeconfig.ConnectorStoreAppender"> <TransientAttribute>maxProcessor</TransientAttribute> <TransientAttribute>minProcessor</TransientAttribute> </Description> @@ -295,6 +295,14 @@ tag="Sender" standard="false" default="false" + tagClass="org.apache.catalina.cluster.tcp.ReplicationTransmitter" + storeFactoryClass="org.apache.catalina.storeconfig.StoreFactoryBase" + storeAppenderClass="org.apache.catalina.storeconfig.ReplicationTransmitterStoreAppender"> + </Description> + <Description + tag="Sender" + standard="false" + default="false" tagClass="org.apache.catalina.cluster.ClusterSender" storeFactoryClass="org.apache.catalina.storeconfig.StoreFactoryBase"> </Description> @@ -308,8 +316,8 @@ <Description tag="Membership" standard="false" - default="false" - tagClass="org.apache.catalina.cluster.ClusterMembership" + default="false" + tagClass="org.apache.catalina.cluster.MembershipService" storeFactoryClass="org.apache.catalina.storeconfig.StoreFactoryBase"> </Description> <Description
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]