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

2005-04-02 Thread jford
jford   2005/04/02 09:34:46

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  Use the new JetspeedJspService
  
  PR: JS1-541
  
  Revision  ChangesPath
  1.79  +3 -2  
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.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- TurbineResources.properties   13 Aug 2004 21:58:53 -  1.78
  +++ TurbineResources.properties   2 Apr 2005 17:34:46 -   1.79
  @@ -312,7 +312,8 @@
   
services.StateManagerService.classname=org.apache.jetspeed.services.statemanager.JetspeedHttpStateManagerService
   
   # Turn on the appropriate template service.
  
-services.JspService.classname=org.apache.turbine.services.jsp.TurbineJspService
  
+#services.JspService.classname=org.apache.turbine.services.jsp.TurbineJspService
  
+services.JspService.classname=org.apache.jetspeed.services.jsp.JetspeedJspService
   
services.VelocityService.classname=org.apache.turbine.services.velocity.TurbineVelocityService
   
   # ---
  
  
  

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



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

2004-08-13 Thread taylor
taylor  2004/08/13 14:58:53

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  . + getRealPath fails on Weblogic
  replaced with /WEB-INF/tmp
  
  CVS: --
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  ChangesPath
  1.78  +2 -2  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.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- TurbineResources.properties   27 Jun 2004 02:26:39 -  1.77
  +++ TurbineResources.properties   13 Aug 2004 21:58:53 -  1.78
  @@ -601,7 +601,7 @@
   #
   # The directory where files will be temporarily stored.
   #
  -services.UploadService.repository=.
  +services.UploadService.repository=/WEB-INF/tmp
   
   #
   # The maximum size of a request that will be processed.
  
  
  

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



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

2004-06-26 Thread jford
jford   2004/06/26 12:38:14

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  Include fusion properties
  
  Revision  ChangesPath
  1.76  +7 -1  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.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- TurbineResources.properties   25 Jun 2004 20:06:10 -  1.75
  +++ TurbineResources.properties   26 Jun 2004 19:38:14 -  1.76
  @@ -21,6 +21,12 @@
   #
   # ---
   
  +
  
+
  +# THE FOLLOWING INCLUDE IS REQUIRED TO OVERRIDE PROPERTIES NECESSARY TO USE 
FUSION #
  
+
  +include=fusion-setup.properties
  +
   # ---
   #
   #  L O G S
  
  
  

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



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

2004-06-25 Thread taylor
taylor  2004/06/25 13:06:10

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  replacing file upload service with new upload service from Shinsuke Sugya
  
  CVS: --
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  ChangesPath
  1.75  +2 -2  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.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- TurbineResources.properties   17 Mar 2004 19:10:26 -  1.74
  +++ TurbineResources.properties   25 Jun 2004 20:06:10 -  1.75
  @@ -301,7 +301,7 @@
   
services.SchedulerService.classname=org.apache.turbine.services.schedule.TurbineSchedulerService
   
#services.XmlRpcService.classname=org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
   
services.UniqueIdService.classname=org.apache.turbine.services.uniqueid.TurbineUniqueIdService
  
-services.UploadService.classname=org.apache.turbine.services.upload.TurbineUploadService
  
+services.UploadService.classname=org.apache.jetspeed.services.upload.JetspeedUploadService
   
services.PoolBrokerService.classname=org.apache.turbine.services.db.TurbinePoolBrokerService
   # 
services.PoolBrokerService.classname=org.apache.jetspeed.services.torquewrapper.TorquePoolServiceAdaptor
   
services.MapBrokerService.classname=org.apache.turbine.services.db.TurbineMapBrokerService
  
  
  

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



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

2004-01-29 Thread jford
jford   2004/01/29 16:22:21

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  Added templates to show exception in browser without causing Turbine to produce a 
HorribleException
  
  PR:  Bugzilla #26544
  
  Revision  ChangesPath
  1.73  +5 -4  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.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- TurbineResources.properties   31 Jul 2003 22:53:34 -  1.72
  +++ TurbineResources.properties   30 Jan 2004 00:22:21 -  1.73
  @@ -137,14 +137,15 @@
   # for Velocity templating use: Error.vm
   
   #template.error=Error.jsp
  -template.error=ShowError
  +template.error=ShowError.vm
   
   # This is the default error screen.
   #
   # Default: VelocityErrorScreen
   
  -#dst screen.error=VelocityErrorScreen
  -screen.error=Error
  +#dst 
  +screen.error=VelocityErrorScreen
  +#screen.error=Error
   
   # This is the screen that is displayed when the user's web page is in
   # an invalid state.
  
  
  

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



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

2003-07-31 Thread morciuch
morciuch2003/07/31 15:53:34

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  Removed old turbine logging parameters (see Bugzilla bug# 19906). Patch by Harald 
Ommang.
  
  Revision  ChangesPath
  1.72  +5 -97 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.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- TurbineResources.properties   23 Jul 2003 19:50:27 -  1.71
  +++ TurbineResources.properties   31 Jul 2003 22:53:34 -  1.72
  @@ -19,106 +19,14 @@
   #
   # destination.file: A path relative to the web app root
   # ---
  -services.LoggingService.facilities=jetspeed,log4j
  +services.LoggingService.facilities=jetspeed
   services.LoggingService.default=jetspeed
   
services.LoggingService.loggingConfig=org.apache.turbine.services.logging.PropertiesLoggingConfig
   
   # 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=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=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=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=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=DEBUG
  -
  -# An example configuration for using Log4Java, with log4j properties inline
  -# The category name - at the end of this line - needs to match the logging facility 
name - the first log4j.
  -# need this rootCategory entry to capture the torque/fulcrum etc logging
  -services.LoggingService.logforj.log4j.rootCategory = INFO, logforj
  -
  -# need this category entry for the actual jetspeed logging (I don't know why it 
doesn't get covered by the root category!)
  -services.LoggingService.logforj.log4j.category.logforj = DEBUG, logforj
  -
  -services.LoggingService.logforj.log4j.appender.logforj.file 
=${webappRoot}/WEB-INF/log/jetspeed.log
  -services.LoggingService.logforj.log4j.appender.logforj = 
org.apache.log4j.FileAppender
  -services.LoggingService.logforj.log4j.appender.logforj.layout = 
org.apache.log4j.PatternLayout
  -services.LoggingService.logforj.log4j.appender.logforj.layout.conversionPattern = 
[%d{dd MMM  HH:mm:ss} %5p] - %m%n
  -services.LoggingService.logforj.log4j.appender.logforj.append = false
  
-services.LoggingService.logforj.className=org.apache.turbine.services.logging.Log4JavaLogger
  -services.LoggingService.logforj.level=DEBUG
  -
  -# An example configuration for portlet access audit logging
  -services.LoggingService.access.log4j.category.access = INFO, access
  -services.LoggingService.access.log4j.appender.access = org.apache.log4j.FileAppender
  -services.LoggingService.access.log4j.appender.access.layout = 
org.apache.log4j.PatternLayout
  -services.LoggingService.access.log4j.appender.access.layout.ConversionPattern = %m%n
  -services.LoggingService.access.log4j.appender.access.append = true
  -services.LoggingService.access.log4j.appender.access.file = 
${webappRoot}/WEB-INF/log/access.log
  -services.LoggingService.access.className = 
org.apache.turbine.services.logging.Log4JavaLogger
  -services.LoggingService.access.level = INFO
  -
  -# 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
  -##services.LoggingService.rotation.log4j.rootCategory = INFO, rotation
  

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

2003-02-19 Thread taylor
taylor  2003/02/19 00:00:41

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  made JetspeedDefaultParameterParser default
  
  Revision  ChangesPath
  1.67  +4 -4  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.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- TurbineResources.properties   13 Feb 2003 05:53:30 -  1.66
  +++ TurbineResources.properties   19 Feb 2003 08:00:41 -  1.67
  @@ -403,9 +403,9 @@
   # ---
   
   
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.parameter.parser=org.apache.jetspeed.util.parser.DefaultJetspeedParameterParser
  -# 
services.RunDataService.default.parameter.parser=org.apache.jetspeed.util.ValidationParameterParser
  
+services.RunDataService.default.parameter.parser=org.apache.jetspeed.util.parser.DefaultJetspeedParameterParser
  +# 
services.RunDataService.default.parameter.parser=org.apache.jetspeed.util.parser.ValidationParameterParser
  +# 
services.RunDataService.default.parameter.parser=org.apache.turbine.util.parser.DefaultParameterParser
   
services.RunDataService.default.cookie.parser=org.apache.turbine.util.parser.DefaultCookieParser
   
   # ---
  
  
  

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




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

2003-02-12 Thread taylor
taylor  2003/02/12 21:53:30

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  Added commented out entries for 2 new parameter parsers.
  I want merge these two parameter parsers into one, first need to discuss with 
Shinsuke
  
  Revision  ChangesPath
  1.66  +3 -1  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.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- TurbineResources.properties   17 Dec 2002 21:15:28 -  1.65
  +++ TurbineResources.properties   13 Feb 2003 05:53:30 -  1.66
  @@ -404,6 +404,8 @@
   
   
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.parameter.parser=org.apache.jetspeed.util.parser.DefaultJetspeedParameterParser
  +# 
services.RunDataService.default.parameter.parser=org.apache.jetspeed.util.ValidationParameterParser
   
services.RunDataService.default.cookie.parser=org.apache.turbine.util.parser.DefaultCookieParser
   
   # ---
  
  
  

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




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

2002-11-15 Thread taylor
taylor  2002/11/15 14:02:51

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  - rollback to TurbineLocalization service, multiple resource files failing with new 
service
  
  Revision  ChangesPath
  1.64  +2 -3  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.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- TurbineResources.properties   14 Nov 2002 20:30:24 -  1.63
  +++ TurbineResources.properties   15 Nov 2002 22:02:50 -  1.64
   -364,8 +364,7 
   
services.RunDataService.classname=org.apache.jetspeed.services.rundata.JetspeedRunDataService
   
services.ServletService.classname=org.apache.turbine.services.servlet.TurbineServletService
   
services.AssemblerBrokerService.classname=org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
  -# 
services.LocalizationService.classname=org.apache.turbine.services.localization.TurbineLocalizationService
  
-services.LocalizationService.classname=org.apache.jetspeed.services.customlocalization.JetspeedLocalizationService
  
+services.LocalizationService.classname=org.apache.turbine.services.localization.TurbineLocalizationService
   
services.MimeTypeService.classname=org.apache.turbine.services.mimetype.TurbineMimeTypeService
   
services.GlobalCacheService.classname=org.apache.turbine.services.cache.TurbineGlobalCacheService
   
services.SchedulerService.classname=org.apache.turbine.services.schedule.TurbineSchedulerService
  
  
  

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




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

2002-11-14 Thread morciuch
morciuch2002/11/14 09:06:56

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  Added missing XmlRpc service properties. If enabled, XmlRpc service would fail to 
initialize with these missing. Patch provided by Dave Trapp.
  
  Revision  ChangesPath
  1.62  +33 -1 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.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- TurbineResources.properties   15 Oct 2002 17:35:34 -  1.61
  +++ TurbineResources.properties   14 Nov 2002 17:06:55 -  1.62
   -789,6 +789,38 
   services.XmlRpcService.acceptClient = 192.168.1.*
   services.XmlRpcService.denyClient =
   
  +# Do we want a secure server
  +
  +services.XmlRpcService.secure.server = false
  +
  +# Secure server options
  +
  +services.XmlRpcService.secure.server.option.java.protocol.handler.pkgs = \
  +com.sun.net.ssl.internal.www.protocol
  +
  +services.XmlRpcService.secure.server.option.security.provider = \
  +com.sun.net.ssl.internal.ssl.Provider
  +
  +services.XmlRpcService.secure.server.option.security.protocol = TLS
  +
  +# You probably want to keep your key stores and trust stores
  +# clear out of your webapp.
  +
  +services.XmlRpcService.secure.server.option.javax.net.ssl.keyStore = /tmp/keystore
  +services.XmlRpcService.secure.server.option.javax.net.ssl.keyStoreType = jks
  +services.XmlRpcService.secure.server.option.javax.net.ssl.keyStorePassword = 
password
  +services.XmlRpcService.secure.server.option.javax.net.ssl.trustStore = 
/tmp/truststore
  +services.XmlRpcService.secure.server.option.javax.net.ssl.trustStoreType = jks
  +services.XmlRpcService.secure.server.option.javax.net.ssl.trustStorePassword = 
password
  +
  +services.XmlRpcService.secure.server.option.sun.ssl.keymanager.type = SunX509
  +services.XmlRpcService.secure.server.option.sun.ssl.trust.manager.type = SunX509
  +
  +# These values should be set to 'all' for debugging purposes.
  +
  +services.XmlRpcService.secure.server.option.javax.net.debug = none
  +services.XmlRpcService.secure.server.option.java.security.debug = none
  +
   # ---
   #
   #  P O O L  S E R V I C E
  
  
  

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




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

2002-08-27 Thread morciuch

morciuch2002/08/27 12:24:34

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  Added log4j logger definition for PortletStatsService (see Bugzilla issue 11737)
  
  Revision  ChangesPath
  1.59  +13 -3 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.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- TurbineResources.properties   20 Aug 2002 17:38:54 -  1.58
  +++ TurbineResources.properties   27 Aug 2002 19:24:34 -  1.59
  @@ -19,7 +19,7 @@
   #
   # destination.file: A path relative to the web app root
   # ---
  -services.LoggingService.facilities=system,debug,security,rotation,logforj
  +services.LoggingService.facilities=system,debug,security,rotation,logforj,access
   services.LoggingService.default=logforj
   
services.LoggingService.loggingConfig=org.apache.turbine.services.logging.PropertiesLoggingConfig
   
  @@ -57,7 +57,7 @@
   # An example configuration for using Log4Java, with log4j properties inline
   # The category name - at the end of this line - needs to match the logging facility 
name - the first log4j.
   # need this rootCategory entry to capture the torque/fulcrum etc logging
  -services.LoggingService.logforj.log4j.rootCategory = INFO, logforj
  +services.LoggingService.logforj.log4j.rootCategory = INFO, logforj, access
   
   # need this category entry for the actual jetspeed logging (I don't know why it 
doesn't get covered by the root category!)
   services.LoggingService.logforj.log4j.category.logforj = DEBUG, logforj
  @@ -69,6 +69,16 @@
   services.LoggingService.logforj.log4j.appender.logforj.append = false
   
services.LoggingService.logforj.className=org.apache.turbine.services.logging.Log4JavaLogger
   services.LoggingService.logforj.level=DEBUG
  +
  +# An example configuration for portlet access audit logging
  +services.LoggingService.access.log4j.category.access = INFO, access
  +services.LoggingService.access.log4j.appender.access = org.apache.log4j.FileAppender
  +services.LoggingService.access.log4j.appender.access.layout = 
org.apache.log4j.PatternLayout
  +services.LoggingService.access.log4j.appender.access.layout.ConversionPattern = %m%n
  +services.LoggingService.access.log4j.appender.access.append = true
  +services.LoggingService.access.log4j.appender.access.file = 
${webappRoot}/WEB-INF/log/access.log
  +services.LoggingService.access.className = 
org.apache.turbine.services.logging.Log4JavaLogger
  +services.LoggingService.access.level = INFO
   
   # 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
  
  
  

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




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

2002-08-20 Thread morciuch

morciuch2002/08/20 10:38:54

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  Added support for parameter presentation styles (see Bugzilla issue 11697)
  
  Revision  ChangesPath
  1.58  +2 -1  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.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- TurbineResources.properties   29 Jul 2002 19:23:30 -  1.57
  +++ TurbineResources.properties   20 Aug 2002 17:38:54 -  1.58
  @@ -414,6 +414,7 @@
   
services.AssemblerBrokerService.page=org.apache.turbine.services.assemblerbroker.util.java.JavaPageFactory
   
services.AssemblerBrokerService.navigation=org.apache.turbine.services.assemblerbroker.util.java.JavaNavigationFactory
   
services.AssemblerBrokerService.scheduledjob=org.apache.turbine.services.assemblerbroker.util.java.JavaScheduledJobFactory
  
+services.AssemblerBrokerService.parameter=org.apache.jetspeed.modules.parameters.ParameterPresentationStyleFactory
   
   # ---
   #
  
  
  

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




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

2002-08-01 Thread David Sean Taylor

Do you have unit tests for your new service?
Im +1 for your new service. I would just like to see it tested and used for
a while before we all switch over to it.

 -Original Message-
 From: Glenn Golden [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 3:48 PM
 To: 'Jetspeed Developers List'
 Subject: RE: cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf
 TurbineResources.properties


 I finally got time to go back and run my tests again on the http
 version of
 the state manager service, and they run just fine, including having the
 objects that are placed into the session states freed and notified (using
 the ??? Interface) when the session expires.

 Now that we have a reliable (and self cleaning) state management service,
 I'm going to start changing some uses within Jetspeed of storing values in
 the user.getTemp() to storing values in the state manager.  My goal is to
 replace all user.getTemp() usage with state manager, properly (session,
 page, portlet / portlet set) scoped.

 The first on my list is to fix a problem with the pane to display when
 none is specified in the request - there's no distinction in the current
 mechanism between different portal pages - so if a user is
 switching between
 portal pages, the current pane can be confused between them.
 I'll change
 it so that the current pane is a feature of the portlet set WITHIN a
 portlet page (within a user session).

 - Glenn

 
 Glenn R. Golden, Systems Research Programmer
 University of Michigan School of Information
 [EMAIL PROTECTED]   734-615-1419
 


  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 29, 2002 3:24 PM
  To: [EMAIL PROTECTED]
  Subject: cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf
  TurbineResources.properties
 
 
  ggolden 2002/07/29 12:23:30
 
Modified:webapp/WEB-INF/conf TurbineResources.properties
Log:
Switched to the JetspeedHttpStateManagerService, which stores
all state attributes (well wrapped) in the real HTTP
  session provided by the
container, and will clean up all values when sessions expire.
 
Revision  ChangesPath
1.57  +2 -2
  jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties
 
Index: TurbineResources.properties
===
RCS file:
  /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResource
  s.properties,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- TurbineResources.properties   18 Jul 2002 22:46:28
  -   1.56
+++ TurbineResources.properties   29 Jul 2002 19:23:30
  -   1.57
@@ -367,7 +367,7 @@
 
  #services.IntakeService.classname=org.apache.turbine.services.
  intake.TurbineIntakeService
 
  services.TemplateService.classname=org.apache.turbine.services
  .template.TurbineTemplateService
 
  #services.XSLTService.classname=org.apache.turbine.services.xs
  lt.TurbineXSLTService
 
  -services.StateManagerService.classname=org.apache.jetspeed.se
  rvices.statemanager.JetspeedStateManagerService
 
  +services.StateManagerService.classname=org.apache.jetspeed.se
  rvices.statemanager.JetspeedHttpStateManagerService
 
 # Turn on the appropriate template service.
 
  services.JspService.classname=org.apache.turbine.services.jsp.
  TurbineJspService
 
 
 
 
  --
  To unsubscribe, e-mail:
  mailto:jetspeed-dev- [EMAIL PROTECTED]
  For
  additional commands,
  e-mail: mailto:[EMAIL PROTECTED]
 

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



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




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

2002-07-18 Thread taylor

taylor  2002/07/18 15:05:44

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  turn off debug logging from torque
  
  Revision  ChangesPath
  1.55  +3 -2  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.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- TurbineResources.properties   18 Jul 2002 21:00:08 -  1.54
  +++ TurbineResources.properties   18 Jul 2002 22:05:44 -  1.55
  @@ -59,7 +59,8 @@
   # need this rootCategory entry to capture the torque/fulcrum etc logging
   services.LoggingService.logforj.log4j.rootCategory = DEBUG, logforj
   # need this category entry for the actual jetspeed logging (I don't know why it 
doesn't get covered by the root category!)
  -services.LoggingService.logforj.log4j.category.logforj = DEBUG, logforj
  +services.LoggingService.logforj.log4j.category.logforj = INFO, logforj
  +
   services.LoggingService.logforj.log4j.appender.logforj.file 
=${webappRoot}/WEB-INF/log/jetspeed.log
   services.LoggingService.logforj.log4j.appender.logforj = 
org.apache.log4j.FileAppender
   services.LoggingService.logforj.log4j.appender.logforj.layout = 
org.apache.log4j.PatternLayout
  
  
  

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




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

2002-05-03 Thread ggolden

ggolden 02/05/03 08:06:26

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  added the JetspeedStateManagerService
  See proposals/StateManager.txt for more details.
  
  Revision  ChangesPath
  1.50  +2 -1  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.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- TurbineResources.properties   14 Apr 2002 11:31:34 -  1.49
  +++ TurbineResources.properties   3 May 2002 15:06:26 -   1.50
  @@ -1,5 +1,5 @@
   # ---
  -# $Id: TurbineResources.properties,v 1.49 2002/04/14 11:31:34 paulsp Exp $
  +# $Id: TurbineResources.properties,v 1.50 2002/05/03 15:06:26 ggolden Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -451,6 +451,7 @@
   
#services.IntakeService.classname=org.apache.turbine.services.intake.TurbineIntakeService
   
services.TemplateService.classname=org.apache.turbine.services.template.TurbineTemplateService
   #services.XSLTService.classname=org.apache.turbine.services.xslt.TurbineXSLTService
  
+services.StateManagerService.classname=org.apache.jetspeed.services.statemanager.JetspeedStateManagerService
   
   # Turn on the appropriate template service.
   services.JspService.classname=org.apache.turbine.services.jsp.TurbineJspService
  
  
  

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




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

2002-04-14 Thread paulsp

paulsp  02/04/14 04:31:34

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  Part of PEID implementation
  
  It has become apparent the replacing the tool jlink AND maintaining backward
  compatibility is not practical. So we will add a new tool, jslink.  All
  references to the existing tools, jlink clink link... will be converted to
  jslink
  
  o The tool jlink again uses JetspeedTemplateLink
  o The tool jslink has been added
  
  Revision  ChangesPath
  1.49  +8 -3  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.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- TurbineResources.properties   13 Apr 2002 08:24:44 -  1.48
  +++ TurbineResources.properties   14 Apr 2002 11:31:34 -  1.49
  @@ -1,5 +1,5 @@
   # ---
  -# $Id: TurbineResources.properties,v 1.48 2002/04/13 08:24:44 paulsp Exp $
  +# $Id: TurbineResources.properties,v 1.49 2002/04/14 11:31:34 paulsp Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -586,12 +586,17 @@
   #
   # Defaults: none
   
  +tool.request.jslink=org.apache.jetspeed.util.template.BaseJetspeedLink
  +
  +# link.setAction() has been replace by jslink.setAction()
  +# link.setPage() has been replace by jslink.setPage()
   tool.request.link=org.apache.turbine.util.template.TemplateLink
   tool.request.page=org.apache.turbine.util.template.TemplatePageAttributes
   tool.request.content=org.apache.turbine.util.ContentURI
   tool.request.clink=org.apache.jetspeed.util.template.ContentTemplateLink
  -tool.request.jlink=org.apache.jetspeed.util.template.BaseJetspeedLink
  -#tool.request.jlink=org.apache.jetspeed.util.template.JetspeedTemplateLink
  +# jlink has been replaced by jslink.Template()
  +# jlink.ActionKey has been replaced by jslink.ActionKey
  +tool.request.jlink=org.apache.jetspeed.util.template.JetspeedTemplateLink
   tool.request.jetspeed=org.apache.jetspeed.util.template.JetspeedTool
   tool.request.l10n=org.apache.turbine.services.localization.LocalizationTool
   
#tool.request.jnavigation=org.apache.jetspeed.util.template.JetspeedTemplateNavigation
  
  
  

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




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

2002-04-13 Thread paulsp

paulsp  02/04/13 01:24:44

  Modified:buildbuild.xml
   src/java/org/apache/jetspeed/test TestBasicSanity.java
   src/java/org/apache/jetspeed/util/template
BaseJetspeedLink.java JetspeedLink.java
JetspeedTemplateLink.java TestJetspeedLink.java
   webapp/WEB-INF/conf TurbineResources.properties
  Added:   src/java/org/apache/jetspeed/util/template
TestUnitJetspeedLink.java JetspeedLinkFactory.java
  Log:
  Part of PEID implementation
  o JetspeedLinkFactory can pool object, using Turbine's pool service
  o JetspeedLinkFactory returns same class as used by the tool jlink
  o Update server test
  o Added unit test
  
  Revision  ChangesPath
  1.139 +1 -0  jakarta-jetspeed/build/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
  retrieving revision 1.138
  retrieving revision 1.139
  diff -u -r1.138 -r1.139
  --- build.xml 9 Apr 2002 04:36:35 -   1.138
  +++ build.xml 13 Apr 2002 08:24:44 -  1.139
  @@ -809,6 +809,7 @@
   test 
name=org.apache.jetspeed.services.registry.TestMarshallRegistry/
   test 
name=org.apache.jetspeed.services.registry.TestRegistryCategories/
 !--  test 
name=org.apache.jetspeed.services.registry.TestRegistryPersistence/ --
  +test name=org.apache.jetspeed.util.template.TestUnitJetspeedLink/
   /junit
   /target
   
  
  
  
  1.2   +2 -2  
jakarta-jetspeed/src/java/org/apache/jetspeed/test/TestBasicSanity.java
  
  Index: TestBasicSanity.java
  ===
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/test/TestBasicSanity.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestBasicSanity.java  30 Mar 2002 12:37:37 -  1.1
  +++ TestBasicSanity.java  13 Apr 2002 08:24:44 -  1.2
  @@ -92,7 +92,7 @@
   /**
*
* @author a href=[EMAIL PROTECTED]Paul Spencer/a
  - * @version $Id: TestBasicSanity.java,v 1.1 2002/03/30 12:37:37 paulsp Exp $
  + * @version $Id: TestBasicSanity.java,v 1.2 2002/04/13 08:24:44 paulsp Exp $
*/
   
   public class TestBasicSanity extends ServletTestCase
  @@ -208,7 +208,7 @@
   TurbinePull.populateContext( context, rundata);
   
   // Verify tool are in the context
  -assertNotNull( Got jtool from context, context.get(jlink));
  +assertNotNull( Got jlink from context, context.get(jlink));
   
   // Generatate and output thre page
   TurbineTestUtilities.generatePage(rundata);
  
  
  
  1.2   +16 -3 
jakarta-jetspeed/src/java/org/apache/jetspeed/util/template/BaseJetspeedLink.java
  
  Index: BaseJetspeedLink.java
  ===
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/util/template/BaseJetspeedLink.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BaseJetspeedLink.java 9 Apr 2002 04:36:35 -   1.1
  +++ BaseJetspeedLink.java 13 Apr 2002 08:24:44 -  1.2
  @@ -87,7 +87,7 @@
* rendering code. This is done currently in VelocityPortlet./p
*
* @author a href=mailto:[EMAIL PROTECTED];Paul Spencer/a
  - * @version $Id: BaseJetspeedLink.java,v 1.1 2002/04/09 04:36:35 paulsp Exp $
  + * @version $Id: BaseJetspeedLink.java,v 1.2 2002/04/13 08:24:44 paulsp Exp $
*/
   public class BaseJetspeedLink implements ApplicationTool, JetspeedLink
   {
  @@ -140,9 +140,19 @@
*/
   public BaseJetspeedLink(RunData data)
   {
  -init(data);
  +init((Object) data);
   }
   
  +/**
  + * This will initialise a JetspeedLink object that was
  + * constructed with the default constructor 
  + *
  + * @param rundata to be a RunData object
  + */
  +public void init(RunData rundata)
  +{
  +init( (Object) rundata);
  +}
   
   /**
* Return an link to a specific portal element
  @@ -479,7 +489,10 @@
   public void init(Object data)
   {
   // Keeping init small and fast
  -this.rundata = (JetspeedRunData)data;
  +if (data instanceof JetspeedRunData)
  +this.rundata = (JetspeedRunData)data;
  +else
  +this.rundata = null;
   profile = null;
   locator = null;
   return;
  
  
  
  1.3   +11 -2 
jakarta-jetspeed/src/java/org/apache/jetspeed/util/template/JetspeedLink.java
  
  Index: JetspeedLink.java
  ===
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/util/template/JetspeedLink.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  

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

2002-04-08 Thread kimptoc

kimptoc 02/04/08 09:54:44

  Modified:.build.xml
   webapp/WEB-INF/conf TurbineResources.properties
  Log:
  fix stupid mistake in maven build file and change log file to standard name 
jetspeed.log
  
  Revision  ChangesPath
  1.6   +2 -2  jakarta-jetspeed/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-jetspeed/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 5 Apr 2002 18:03:11 -   1.5
  +++ build.xml 8 Apr 2002 16:54:44 -   1.6
  @@ -31,12 +31,12 @@
   
   target 
 name=install
  -  ant antfile=build/build.xml target=war/
  +  ant antfile=build/build.xml target=install/
   /target
   
   target 
 name=deploy
  -  ant antfile=build/build.xml target=war/
  +  ant antfile=build/build.xml target=deploy/
   /target
   
   
  
  
  
  1.47  +2 -2  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.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- TurbineResources.properties   6 Apr 2002 23:41:46 -   1.46
  +++ TurbineResources.properties   8 Apr 2002 16:54:44 -   1.47
  @@ -1,5 +1,5 @@
   # ---
  -# $Id: TurbineResources.properties,v 1.46 2002/04/06 23:41:46 kimptoc Exp $
  +# $Id: TurbineResources.properties,v 1.47 2002/04/08 16:54:44 kimptoc Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -60,7 +60,7 @@
   services.LoggingService.logforj.log4j.rootCategory = DEBUG, logforj
   # need this category entry for the actual jetspeed logging (I don't know why it 
doesn't get covered by the root category!)
   services.LoggingService.logforj.log4j.category.logforj = DEBUG, logforj
  -services.LoggingService.logforj.log4j.appender.logforj.file 
=${webappRoot}/WEB-INF/log/jetspeed_log4j.log
  +services.LoggingService.logforj.log4j.appender.logforj.file 
=${webappRoot}/WEB-INF/log/jetspeed.log
   services.LoggingService.logforj.log4j.appender.logforj = 
org.apache.log4j.FileAppender
   services.LoggingService.logforj.log4j.appender.logforj.layout = 
org.apache.log4j.PatternLayout
   services.LoggingService.logforj.log4j.appender.logforj.layout.conversionPattern = 
[%d{ABSOLUTE} %-5p] %m%n
  
  
  

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




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

2002-03-01 Thread kimptoc

kimptoc 02/03/01 14:34:16

  Modified:webapp/WEB-INF/conf TurbineResources.properties
  Log:
  added notes to TR.props on how to use the override localization facility
  
  Revision  ChangesPath
  1.44  +8 -2  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.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- TurbineResources.properties   25 Feb 2002 04:25:37 -  1.43
  +++ TurbineResources.properties   1 Mar 2002 22:34:16 -   1.44
  @@ -1,5 +1,5 @@
   # ---
  -# $Id: TurbineResources.properties,v 1.43 2002/02/25 04:25:37 taylor Exp $
  +# $Id: TurbineResources.properties,v 1.44 2002/03/01 22:34:16 kimptoc Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -714,7 +714,13 @@
   # Default ResourceBundle and language/country codes used by the
   # TurbineLocalizationService.
   #
  -locale.default.bundle=org.apache.jetspeed.modules.localization.JetspeedLocalization
  +# this bundle is searched first - so name your override file here
  +locale.default.bundle=
  +#
  +# this is a comma separated list of bundles that are searched to find a resource
  +# after the above default bundle has been checked, if its specified
  +# should be fine to leave this setting as is
  +locale.default.bundles=org.apache.jetspeed.modules.localization.JetspeedLocalization
   locale.default.language=en
   locale.default.country=US
   
  
  
  

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