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/06/07 00:30:07 UTC

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

raphael     01/06/06 15:30:07

  Modified:    webapp/WEB-INF/conf JetspeedResources.properties
                        TurbineResources.properties
  Log:
  [fix] allow the portal to use either JSP or Velocity templates
  
  Revision  Changes    Path
  1.32      +2 -16     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.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- JetspeedResources.properties	2001/06/04 17:49:39	1.31
  +++ JetspeedResources.properties	2001/06/06 22:30:03	1.32
  @@ -1,7 +1,7 @@
   ################################################################################
   # Jetspeed Configuration                             
   # Author: Kevin A. Burton (burton@apache.org)
  -# $Id: JetspeedResources.properties,v 1.31 2001/06/04 17:49:39 raphael Exp $
  +# $Id: JetspeedResources.properties,v 1.32 2001/06/06 22:30:03 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.
  @@ -78,20 +78,6 @@
   ##########################################
   # Portlet Configuration                  #
   ##########################################
  -#Defines the standard set of properties for Jetspeed
  -
  -#specify the default portlet control that should be instantiated
  -#Default: org.apache.jetspeed.portal.DefaultPortletControl
  -portletcontrol.default.classname=TitlePortletControl
  -
  -#specify what default portlet controller should be instantiated
  -#Default: org.apache.jetspeed.portal.DefaultPortletController
  -portletcontroller.default.classname=RowColumnPortletController
  -
  -#specify what default skin should be used
  -#Default: default
  -skin.default=grey
  -
   #if you run the default controls and controller that comes with Jetspeed... 
   #they take some params
   
  @@ -381,7 +367,7 @@
   
   # The webapp relative path to the root profiling directory
   services.Profiler.root=/WEB-INF/psml
  -services.Profiler.templateRoot=/WEB-INF/templates/vm
  +services.Profiler.templateRoot=/WEB-INF/templates
   
   # Profiler-Root relative path to directory used for anonymous access
   # leave blank for directly in the psml root directory
  
  
  
  1.32      +9 -9      jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties
  
  Index: TurbineResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- TurbineResources.properties	2001/06/04 17:49:40	1.31
  +++ TurbineResources.properties	2001/06/06 22:30:04	1.32
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# $Id: TurbineResources.properties,v 1.31 2001/06/04 17:49:40 raphael Exp $
  +# $Id: TurbineResources.properties,v 1.32 2001/06/06 22:30:04 raphael Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -26,33 +26,33 @@
   # A facility for system logging.
   services.LoggingService.system.destination.file=/WEB-INF/log/jetspeed.log
   services.LoggingService.system.className=org.apache.turbine.services.logging.FileLogger
  -services.LoggingService.system.level=INFO
  +services.LoggingService.system.level=DEBUG
   
   # A facility for the scheduler service
   # To disable started/stopped messages set the level to ERROR
   services.LoggingService.scheduler.destination.file=/WEB-INF/log/jetspeed.log
   services.LoggingService.scheduler.className=org.apache.turbine.services.logging.FileLogger
  -services.LoggingService.scheduler.level=INFO
  +services.LoggingService.scheduler.level=DEBUG
   
   # A facility for debugging applications. Messages will go both
   # to the log file and the server console.
   services.LoggingService.debug.destination.file=/WEB-INF/log/jetspeed.log
   services.LoggingService.debug.destination.console=true
   services.LoggingService.debug.className=org.apache.turbine.services.logging.FileLogger
  -services.LoggingService.debug.level=INFO
  +services.LoggingService.debug.level=DEBUG
   
   # A facility for SQL query logging
   # To enable SQL query logging, set the level to DEBUG
   services.LoggingService.sql.destination.file=/WEB-INF/log/jetspeed.log
   services.LoggingService.sql.className=org.apache.turbine.services.logging.FileLogger
  -services.LoggingService.sql.level=ERROR
  +services.LoggingService.sql.level=DEBUG
   
   # A facility for security audit. NOTE! As of 23 Jan 2001
   # Turbine does not have any standard security auditing
   # functionality. It's up to your application.
   services.LoggingService.security.destination.file=/WEB-INF/log/jetspeed.log
   services.LoggingService.security.className=org.apache.turbine.services.logging.FileLogger
  -services.LoggingService.security.level=INFO
  +services.LoggingService.security.level=DEBUG
   
   # An example configuration for automatic log rotation using Log4Java
   # This will keep the log file size under 1MB and save up to 5 backup copies
  @@ -217,7 +217,7 @@
   #
   # Default: /Index.vm
   
  -template.homepage=/html/Home
  +template.homepage=/Home
   #template.homepage=/Ecs
   
   # This is the default screen to show to people when they first access
  @@ -226,7 +226,7 @@
   #
   # Default: Login
   
  -#screen.homepage=Home
  +screen.homepage=Home
   
   # This is the template that is shown on an incorrect login attempt. 
   # Setting this property will override any value of screen.login specfied
  @@ -628,7 +628,7 @@
   services.JspService.default.layout.template = /default.jsp
   
   #services.JspService.templates =/WEB-INF/templates/jsp
  -services.JspService.templates =/WEB-INF/templates/jsp,/WEB-INF/templates/flux
  +services.JspService.templates =/WEB-INF/templates/jsp
   services.JspService.buffer.size = 8192
   
   # -------------------------------------------------------------------
  
  
  

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