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/04 19:49:42 UTC

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

raphael     01/06/04 10:49:42

  Modified:    webapp/WEB-INF/conf JetspeedResources.properties
                        TurbineResources.properties
                        TurbineResources.velocity
  Log:
  update properties to initialize the new Services and RunData object
  
  Revision  Changes    Path
  1.31      +22 -32    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.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- JetspeedResources.properties	2001/06/04 07:56:45	1.30
  +++ JetspeedResources.properties	2001/06/04 17:49:39	1.31
  @@ -1,7 +1,7 @@
   ################################################################################
   # Jetspeed Configuration                             
   # Author: Kevin A. Burton (burton@apache.org)
  -# $Id: JetspeedResources.properties,v 1.30 2001/06/04 07:56:45 taylor Exp $
  +# $Id: JetspeedResources.properties,v 1.31 2001/06/04 17:49:39 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.
  @@ -70,22 +70,7 @@
   #Default: /tmp
   temp.directory=${webapp.dir}/WEB-INF/tmp
   
  -#########################################
  -# Admin Username and Password definition#
  -#########################################
  -# It is required that you set a username and
  -# password to access the Admin screen.
  -# This feature is not supported anymore.
  -
  -#specify the username for the Jetspeed admin console.
  -#Default: jetspeed
  -admin.username=jetspeed
  -
  -#specify the password for the Jetspeed admin console
  -#Default: changeme
  -admin.password=changeme
  -
  -################################################################################
  +###############################################################################
   #  THE FOLLOWING ARE "OPTIONAL" PROPERTIES THAT ENABLE A CUSTOMIZED INSTALL    #
   ################################################################################
   
  @@ -347,20 +332,13 @@
   services.ThreadPool.minspare.count=5
   
   #########################################
  -# EngineContext Service                 #
  +# URLManager Service                    #
   #########################################
  -#services.EngineContext.classname=org.apache.jetspeed.services.enginecontext.ServletEngineContextService
  -
  -services.PortletCache.classname=org.apache.jetspeed.services.portletcache.JetspeedPortletCacheService
  -
   services.URLManager.classname=org.apache.jetspeed.services.urlmanager.JetspeedURLManagerService
   services.URLManager.url=/WEB-INF/conf/datasources.properties
   
  -#services.Cocoon.classname=org.apache.jetspeed.services.cocoon.JetspeedCocoonService
  -#services.Cocoon.properties=/WEB-INF/conf/cocoon.properties
  -
   #########################################
  -# Registry Service               #
  +# Registry Service                      #
   #########################################
   services.Registry.classname=org.apache.jetspeed.services.registry.CastorRegistryService
   services.Registry.directory=${webapp.dir}/WEB-INF/conf/
  @@ -373,16 +351,28 @@
   services.Registry.extension=.xreg
   services.Registry.refreshRate=100
   
  +#########################################
  +# PSMLManager Service                   #
  +#########################################
  +services.PsmlManager.classname=org.apache.jetspeed.services.psmlmanager.CastorPsmlManagerService
  +
  +#########################################
  +# Portlet Factory                       #
  +#########################################
  +services.PortletFactory.classname=org.apache.jetspeed.services.portletfactory.JetspeedPortletFactoryService
  +services.PortletFactory.enable.cache=true
  +services.PortletCache.classname=org.apache.jetspeed.services.portletcache.JetspeedPortletCacheService
  +
   #########################################
  -# Factory Services                      #
  +# Portal Service                        #
   #########################################
  -services.ControlFactory.classname=org.apache.jetspeed.services.controlfactory.JetspeedControlFactoryService
  -services.ControlFactory.default=TitlePortletControl
  -services.ControllerFactory.classname=org.apache.jetspeed.services.controllerfactory.JetspeedControllerFactoryService
  -services.ControllerFactory.default=RowColumnPortletController
  +services.PortalToolkit.classname=org.apache.jetspeed.services.portaltoolkit.JetspeedPortalToolkitService
  +services.PortalToolkit.default.control=TitlePortletControl
  +services.PortalToolkit.default.controller=RowColumnPortletController
  +services.PortalToolkit.default.skin=orange-grey
   
   #########################################
  -# Profiler Service                #
  +# Profiler Service                      #
   #########################################
   # These settings are used by the new Jetspeed profiler starting with release 1.3a2
   
  
  
  
  1.31      +9 -21     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.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- TurbineResources.properties	2001/06/04 07:56:45	1.30
  +++ TurbineResources.properties	2001/06/04 17:49:40	1.31
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# $Id: TurbineResources.properties,v 1.30 2001/06/04 07:56:45 taylor Exp $
  +# $Id: TurbineResources.properties,v 1.31 2001/06/04 17:49:40 raphael Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -89,18 +89,6 @@
   services.LoggingService.email.level=INFO
   
   # -------------------------------------------------------------------
  -# 
  -#  M A I L  S E R V E R 
  -#
  -# -------------------------------------------------------------------
  -# Your mail server for outgoing email.
  -#
  -# Default: null
  -# -------------------------------------------------------------------
  -
  -mail.server=
  -
  -# -------------------------------------------------------------------
   # SMTP-From header for your outgoing messages
   #
   # All failed delivery messages will be returned to this address.
  @@ -229,8 +217,8 @@
   #
   # Default: /Index.vm
   
  -template.homepage=/Home.vm 
  -#template.homepage=/Home.jsp
  +template.homepage=/html/Home
  +#template.homepage=/Ecs
   
   # This is the default screen to show to people when they first access
   # the system. Specify one of the template screens such as VelocityScreen
  @@ -247,7 +235,7 @@
   # Default: Login.vm
   
   #dst template.login=/Login.vm
  -template.login=Login.vm
  +template.login=Login
   
   # This is the page that is shown on an incorrect login attempt.  It is
   # referenced in the LoginUser action. Note that it will only be used if
  @@ -267,7 +255,7 @@
   # for Velocity templating use: Error.vm
   
   #template.error=Error.jsp
  -template.error=/Error.vm
  +template.error=Error
   
   # This is the default error screen.
   #
  @@ -436,8 +424,8 @@
   #services.XSLTService.classname=org.apache.turbine.services.xslt.TurbineXSLTService
   
   # Turn on the appropriate template service.
  -services.VelocityService.classname=org.apache.turbine.services.velocity.TurbineVelocityService
   services.JspService.classname=org.apache.turbine.services.jsp.TurbineJspService
  +services.VelocityService.classname=org.apache.turbine.services.velocity.TurbineVelocityService
   
   # -------------------------------------------------------------------
   #
  @@ -449,7 +437,7 @@
   # in the place of the <default> key.  
   # -------------------------------------------------------------------
   
  -services.RunDataService.default.run.data=org.apache.turbine.services.rundata.DefaultTurbineRunData
  +services.RunDataService.default.run.data=org.apache.jetspeed.services.rundata.DefaultJetspeedRunData
   services.RunDataService.default.parameter.parser=org.apache.turbine.util.parser.DefaultParameterParser
   services.RunDataService.default.cookie.parser=org.apache.turbine.util.parser.DefaultCookieParser
   
  @@ -633,9 +621,9 @@
   
   services.JspService.template.extension=jsp
   services.JspService.default.page = JetspeedJspPage
  -services.JspService.default.screen=BaseJspScreen
  +services.JspService.default.screen = BaseJspScreen
   services.JspService.default.layout = JetspeedJspLayout
  -services.JspService.default.navigation=BaseJspNavigation
  +services.JspService.default.navigation = BaseJspNavigation
   services.JspService.default.error.screen = JspErrorScreen
   services.JspService.default.layout.template = /default.jsp
   
  
  
  
  1.3       +2 -2      jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.velocity
  
  Index: TurbineResources.velocity
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.velocity,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TurbineResources.velocity	2001/04/19 23:20:18	1.2
  +++ TurbineResources.velocity	2001/06/04 17:49:40	1.3
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# $Id: TurbineResources.velocity,v 1.2 2001/04/19 23:20:18 taylor Exp $
  +# $Id: TurbineResources.velocity,v 1.3 2001/06/04 17:49:40 raphael Exp $
   #
   # This is the configuration file for Turbine and Jetspeed. 
   # It is configured to work with VELOCITY templates
  @@ -416,7 +416,7 @@
   # in the place of the <default> key.  
   # -------------------------------------------------------------------
   
  -services.TurbineRunDataService.default.run.data=org.apache.turbine.services.rundata.DefaultTurbineRunData
  +services.TurbineRunDataService.default.run.data=org.apache.jetspeed.services.rundata.DefaultJetspeedRunData
   services.TurbineRunDataService.default.parameter.parser=org.apache.turbine.util.parser.DefaultParameterParser
   services.TurbineRunDataService.default.cookie.parser=org.apache.turbine.util.parser.DefaultCookieParser
   
  
  
  

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