kimptoc     02/04/08 14:46:52

  Modified:    webapp/WEB-INF/conf JetspeedResources.properties
  Log:
  correct path for cache directory
  
  Revision  Changes    Path
  1.72      +2 -2      
jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties
  
  Index: JetspeedResources.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- JetspeedResources.properties      6 Apr 2002 23:41:46 -0000       1.71
  +++ JetspeedResources.properties      8 Apr 2002 21:46:52 -0000       1.72
  @@ -1,7 +1,7 @@
   ################################################################################
   # Jetspeed Configuration                             
   # Author: Kevin A. Burton ([EMAIL PROTECTED])
  -# $Id: JetspeedResources.properties,v 1.71 2002/04/06 23:41:46 kimptoc Exp $
  +# $Id: JetspeedResources.properties,v 1.72 2002/04/08 21:46:52 kimptoc Exp $
   ################################################################################
   # This is the main file you will need to configuration Jetspeed.  If there are 
   # any secondary files they will be pointed to from this file.
  @@ -53,7 +53,7 @@
   
   #for Win32 systems specify your directory as:  
cache.directory=/d:/temp/JetspeedDocumentCache
   #Default: /tmp/JetspeedDocumentCache
  -cache.directory=/WEB-INF/cache
  +cache.directory=${webappRoot}/WEB-INF/cache
   
   #Specify whether Jetspeed should fetch items that aren't in the DiskCache in 
   #real time.  If true Jetspeed will throw a ContentNotAvailableException when it
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to