You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ra...@apache.org on 2001/04/17 17:52:57 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf JetspeedResources.properties

raphael     01/04/17 08:52:56

  Modified:    webapp/WEB-INF/conf JetspeedResources.properties
  Log:
  add jndi in list of local protocols in order to support Catalina 4.0b3
  
  Revision  Changes    Path
  1.17      +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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- JetspeedResources.properties	2001/03/30 09:14:00	1.16
  +++ JetspeedResources.properties	2001/04/17 15:52:53	1.17
  @@ -1,7 +1,7 @@
   ################################################################################
   # Jetspeed Configuration                             
   # Author: Kevin A. Burton (burton@apache.org)
  -# $Id: JetspeedResources.properties,v 1.16 2001/03/30 09:14:00 shesmer Exp $
  +# $Id: JetspeedResources.properties,v 1.17 2001/04/17 15:52:53 raphael 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.
  @@ -415,7 +415,7 @@
   # Diskcache configuration                #
   ##########################################
   # JetspeedDiskCache recognizes URIs with the following protocols as local
  -diskcache.localprotocols=file,classloader
  +diskcache.localprotocols=file,classloader,jndi
   
   #########################################
   # Customization                         #
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org