pero 2004/12/01 01:45:36
Modified: modules/cluster build.xml to-do.txt
Log:
build JvmRouteBinderValve/JvmRouteSessionIDBinderListener
comment todo
Revision Changes Path
1.10 +4 -0 jakarta-tomcat-catalina/modules/cluster/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/modules/cluster/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 27 Nov 2004 21:10:19 -0000 1.9
+++ build.xml 1 Dec 2004 09:45:36 -0000 1.10
@@ -86,6 +86,10 @@
</javac>
<copy
file="${basedir}/src/share/org/apache/catalina/cluster/LocalStrings.properties"
tofile="${catalina.build}/classes/org/apache/catalina/cluster/LocalStrings.properties"/>
+ <copy
file="${basedir}/src/share/org/apache/catalina/cluster/session/LocalStrings.properties"
+
tofile="${catalina.build}/classes/org/apache/catalina/cluster/session/LocalStrings.properties"/>
+ <copy
file="${basedir}/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml"
+
tofile="${catalina.build}/classes/org/apache/catalina/cluster/session/mbeans-descriptors.xml"/>
</target>
1.6 +4 -0 jakarta-tomcat-catalina/modules/cluster/to-do.txt
Index: to-do.txt
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/modules/cluster/to-do.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- to-do.txt 30 Nov 2004 19:58:35 -0000 1.5
+++ to-do.txt 1 Dec 2004 09:45:36 -0000 1.6
@@ -7,6 +7,10 @@
to the main one. Which could be another property of the Member object, it
would not make sense to transfer the same webapp over and over again.
Only watchEnabled Deployer send this member all
deployed application.
+ pero:
+ Yes very true, but currently we distribute also all wars
from watch node at begining.
+ Waiting to start other nodes is only change to not got these
war's!
+ I have made some experiments to register war deployment at
new memberAdded to cluster.
Add JMX Support
Resend Deployed Applications to all or one cluster node.
Show all watch Resource
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]