asmuts 2004/05/13 22:03:29
Modified: . project.xml
src/conf log4j.properties cache.ccf
tempbuild jcs-1.0-dev.jar
Log:
Getting the old version clean for testing.
Revision Changes Path
1.30 +1 -1 jakarta-turbine-jcs/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-jcs/project.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- project.xml 10 May 2004 01:13:42 -0000 1.29
+++ project.xml 14 May 2004 05:03:28 -0000 1.30
@@ -108,7 +108,7 @@
</dependency>
<dependency>
<id>javagroups</id>
- <version>2.0.1</version>
+ <jar>jgroups-all-2.2.jar</jar>
</dependency>
<dependency>
<id>jisp</id>
1.3 +1 -1 jakarta-turbine-jcs/src/conf/log4j.properties
Index: log4j.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-jcs/src/conf/log4j.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- log4j.properties 10 May 2004 01:14:10 -0000 1.2
+++ log4j.properties 14 May 2004 05:03:28 -0000 1.3
@@ -35,7 +35,7 @@
#log4j.category.org.apache.jcs.config=WARN,A1
#log4j.category.org.apache.jcs.auxiliary.disk=WARN,WF
-#log4j.category.org.apache.jcs.auxiliary.lateral.javagroups=WARN,WF
+log4j.category.org.apache.jcs.auxiliary.lateral.javagroups=INFO
#log4j.category.org.apache.jcs.auxiliary.lateral.xmlrpc=DEBUG,WF
#log4j.category.org.apache.jcs.auxiliary.remote=WARN,WF
#log4j.category.org.apache.jcs.utils=WARN,WF
1.5 +14 -10 jakarta-turbine-jcs/src/conf/cache.ccf
Index: cache.ccf
===================================================================
RCS file: /home/cvs/jakarta-turbine-jcs/src/conf/cache.ccf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cache.ccf 11 May 2004 01:05:11 -0000 1.4
+++ cache.ccf 14 May 2004 05:03:28 -0000 1.5
@@ -37,15 +37,14 @@
# Regions preconfirgured for caching
jcs.region.testCache1=LJG
jcs.region.testCache1.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
-jcs.region.testCache1.cacheattributes.MaxObjects=20
-jcs.region.testCache1.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache
-jcs.region.testCache1.cacheattributes.UseMemoryShrinker=false
-jcs.region.testCache1.cacheattributes.MaxMemoryIdleTimeSeconds=5
-# New shrinker configuration parameter
+jcs.region.testCache1.cacheattributes.MaxObjects=10000
+jcs.region.testCache1.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache
jcs.region.testCache1.cacheattributes.UseMemoryShrinker=true
+jcs.region.testCache1.cacheattributes.MaxMemoryIdleTimeSeconds=5000
jcs.region.testCache1.cacheattributes.MaxSpoolPerRun=100
-jcs.region.testCache1.cacheattributes.ShrinkerIntervalSeconds=3
-jcs.region.testCache1.elementattributes.IsEternal=true
-jcs.region.testCache1.elementattributes.MaxLifeSeconds=500
+jcs.region.testCache1.cacheattributes.ShrinkerIntervalSeconds=30
+jcs.region.testCache1.elementattributes=org.apache.jcs.engine.ElementAttributes
+jcs.region.testCache1.elementattributes.IsEternal=false
+jcs.region.testCache1.elementattributes.MaxLifeSeconds=6000
jcs.region.testCache1.elementattributes.IsLateral=true
jcs.region.testCache2=DC
@@ -119,9 +118,14 @@
jcs.auxiliary.LJG=org.apache.jcs.auxiliary.lateral.LateralCacheFactory
jcs.auxiliary.LJG.attributes=org.apache.jcs.auxiliary.lateral.LateralCacheAttributes
jcs.auxiliary.LJG.attributes.TransmissionTypeName=JAVAGROUPS
-jcs.auxiliary.LJG.attributes.UdpMulticastAddr=228.5.6.7
-jcs.auxiliary.LJG.attributes.UdpMulticastPort=6789
jcs.auxiliary.LJG.attributes.PutOnlyMode=true
+jcs.auxiliary.LJG.attributes.JGChannelProperties =
UDP(mcast_addr=224.0.0.100;mcast_port=751):PING(timeout=3000):FD:STABLE:NAKACK:UNICAST:FRAG:FLUSH:GMS:VIEW_ENFORCER:QUEUE
+
+
+jcs.auxiliary.JG = org.apache.jcs.auxiliary.javagroups.JavaGroupsCacheFactory
+jcs.auxiliary.JG.attributes =
org.apache.jcs.auxiliary.javagroups.JavaGroupsCacheAttributes
+jcs.auxiliary.JG.attributes.ChannelFactoryClassName = org.javagroups.JChannelFactory
+jcs.auxiliary.JG.attributes.ChannelProperties =
UDP(mcast_addr=224.0.0.100;mcast_port=7501):PING:FD:STABLE:NAKACK:UNICAST:FRAG:FLUSH:GMS:VIEW_ENFORCER:QUEUE
# almost complete
1.2 +1746 -1255jakarta-turbine-jcs/tempbuild/jcs-1.0-dev.jar
<<Binary file>>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]