You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by as...@apache.org on 2002/02/17 08:09:06 UTC

cvs commit: jakarta-turbine-stratum/src/conf remote.cache2.ccf remote.cache.ccf log4j.properties cache2.ccf cache.ccf

asmuts      02/02/16 23:09:06

  Modified:    src/conf remote.cache2.ccf remote.cache.ccf log4j.properties
                        cache2.ccf cache.ccf
  Log:
  changed for new disk packaging
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-turbine-stratum/src/conf/remote.cache2.ccf
  
  Index: remote.cache2.ccf
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/remote.cache2.ccf,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- remote.cache2.ccf	22 Jan 2002 05:31:41 -0000	1.6
  +++ remote.cache2.ccf	17 Feb 2002 07:09:06 -0000	1.7
  @@ -52,8 +52,8 @@
   jcs.auxiliary.RCluster2.attributes.GetOnly=false
   jcs.auxiliary.RCluster2.attributes.LocalClusterConsistency=true
   
  -jcs.auxiliary.DC=org.apache.stratum.jcs.auxiliary.disk.DiskCacheFactory
  -jcs.auxiliary.DC.attributes=org.apache.stratum.jcs.auxiliary.disk.DiskCacheAttributes
  +jcs.auxiliary.DC=org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
  +jcs.auxiliary.DC.attributes=org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
   jcs.auxiliary.DC.attributes.DiskPath=@project_home@/raf/remote
   
    
  
  
  
  1.8       +2 -2      jakarta-turbine-stratum/src/conf/remote.cache.ccf
  
  Index: remote.cache.ccf
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/remote.cache.ccf,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- remote.cache.ccf	22 Jan 2002 05:31:41 -0000	1.7
  +++ remote.cache.ccf	17 Feb 2002 07:09:06 -0000	1.8
  @@ -52,8 +52,8 @@
   jcs.auxiliary.RCluster2.attributes.GetOnly=false
   #jcs.auxiliary.RCluster2.attributes.LocalClusterConsistency=true
   
  -jcs.auxiliary.DC=org.apache.stratum.jcs.auxiliary.disk.DiskCacheFactory
  -jcs.auxiliary.DC.attributes=org.apache.stratum.jcs.auxiliary.disk.DiskCacheAttributes
  +jcs.auxiliary.DC=org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
  +jcs.auxiliary.DC.attributes=org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
   jcs.auxiliary.DC.attributes.DiskPath=@project_home@/raf/remote
   
    
  
  
  
  1.2       +15 -5     jakarta-turbine-stratum/src/conf/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/log4j.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- log4j.properties	13 Feb 2002 04:45:26 -0000	1.1
  +++ log4j.properties	17 Feb 2002 07:09:06 -0000	1.2
  @@ -1,4 +1,4 @@
  -log4j.rootCategory=WARN,A1
  +log4j.rootCategory=ERROR,WF
   
   # A1 -- console
   log4j.appender.A1=org.apache.log4j.ConsoleAppender
  @@ -8,17 +8,27 @@
     
   # RF --file appender
   log4j.appender.RF=org.apache.log4j.RollingFileAppender
  -log4j.appender.RF.File=@project_home_f@logs/rf.log
  +log4j.appender.RF.File=@project_home_f@logs/primary.log
   log4j.appender.RF.layout=org.apache.log4j.PatternLayout  
   log4j.appender.RF.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
   
  +# WF -- special file for warnings
  +log4j.appender.WF=org.apache.log4j.RollingFileAppender
  +log4j.appender.WF.File=@project_home_f@logs/warnings.log
  +log4j.appender.WF.layout=org.apache.log4j.PatternLayout  
  +log4j.appender.WF.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
  +
  +
   #################################################################################
   # Print only messages of priority WARN or above in the package com.foo.
  -log4j.category.org.apache.stratum=WARN
  +log4j.category.org.apache.stratum=WARN,WF
   
   # Print only messages of priority WARN or above in the package org.apache.stratum.jcs
  -log4j.category.org.apache.stratum.jcs=WARN,A1
  +log4j.category.org.apache.stratum.jcs=ERROR,A1,WF
   
   # Print only messages of priority WARN or above in the package org.apache.stratum.jcs
  -log4j.category.org.apache.stratum.jcs=INFO,RF
  +log4j.category.org.apache.stratum.jcs.engine=WARN,WF
  +
  +# Disk auxiliaries
  +log4j.category.org.apache.stratum.jcs.auxiliary.disk=WARN,WF
   
  
  
  
  1.6       +2 -2      jakarta-turbine-stratum/src/conf/cache2.ccf
  
  Index: cache2.ccf
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/cache2.ccf,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cache2.ccf	21 Jan 2002 07:00:33 -0000	1.5
  +++ cache2.ccf	17 Feb 2002 07:09:06 -0000	1.6
  @@ -38,8 +38,8 @@
   jcs.auxiliary.HC.attributes.DiskPath=@project_home@/hsql
   
   # standard disk cache
  -jcs.auxiliary.DC=org.apache.stratum.jcs.auxiliary.disk.DiskCacheFactory
  -jcs.auxiliary.DC.attributes=org.apache.stratum.jcs.auxiliary.disk.DiskCacheAttributes
  +jcs.auxiliary.DC=org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
  +jcs.auxiliary.DC.attributes=org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
   jcs.auxiliary.DC.attributes.DiskPath=@project_home@/raf
   
   # connects to the server started by "startRemoteCacheServer 2"
  
  
  
  1.9       +4 -4      jakarta-turbine-stratum/src/conf/cache.ccf
  
  Index: cache.ccf
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/cache.ccf,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- cache.ccf	21 Jan 2002 22:38:53 -0000	1.8
  +++ cache.ccf	17 Feb 2002 07:09:06 -0000	1.9
  @@ -53,9 +53,9 @@
   jcs.auxiliary.RFailover.attributes.GetOnly=false
   
   # Primary Disk Cache-- faster than the rest because of memory key storage
  -jcs.auxiliary.DC=org.apache.stratum.jcs.auxiliary.disk.DiskCacheFactory
  -jcs.auxiliary.DC.attributes=org.apache.stratum.jcs.auxiliary.disk.DiskCacheAttributes
  -jcs.auxiliary.DC.attributes.DiskPath=@project_home@/raf
  +jcs.auxiliary.DC=org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
  +jcs.auxiliary.DC.attributes=org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
  +jcs.auxiliary.DC.attributes.DiskPath=@project_home_f@raf
   
   # HSQL Disk Cache -- too slow as is
   jcs.auxiliary.HDC=org.apache.stratum.jcs.auxiliary.disk.hsql.HSQLCacheFactory
  @@ -65,7 +65,7 @@
   # JISP Disk Cache -- save memory with disk key storage
   jcs.auxiliary.JDC=org.apache.stratum.jcs.auxiliary.disk.jisp.JISPCacheFactory
   jcs.auxiliary.JDC.attributes=org.apache.stratum.jcs.auxiliary.disk.jisp.JISPCacheAttributes
  -jcs.auxiliary.JDC.attributes.DiskPath=@project_home_f@raf/
  +jcs.auxiliary.JDC.attributes.DiskPath=@project_home_f@raf
   jcs.auxiliary.JDC.attributes.ClearOnStart=false
   
   # need to make put or invalidate an option
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>