mpoeschl    02/03/14 17:33:04

  Modified:    conf/master Fulcrum.master
  Log:
  database service is deprecated and not used by turbine so there's no need to 
initialize it
  
  Revision  Changes    Path
  1.11      +35 -35    jakarta-turbine-3/conf/master/Fulcrum.master
  
  Index: Fulcrum.master
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/conf/master/Fulcrum.master,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Fulcrum.master    5 Dec 2001 19:26:25 -0000       1.10
  +++ Fulcrum.master    15 Mar 2002 01:33:04 -0000      1.11
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# 
  +#
   #  S E R V I C E S
   #
   # -------------------------------------------------------------------
  @@ -21,7 +21,7 @@
   services.XmlRpcService.classname=org.apache.fulcrum.xmlrpc.TurbineXmlRpcService
   services.UploadService.classname=org.apache.fulcrum.upload.TurbineUploadService
   
services.SecurityService.classname=org.apache.fulcrum.security.impl.db.DBSecurityService
  -services.DatabaseService.classname=org.apache.fulcrum.db.TurbineDatabaseService
  +#services.DatabaseService.classname=org.apache.fulcrum.db.TurbineDatabaseService
   services.XSLTService.classname=org.apache.fulcrum.xslt.TurbineXSLTService
   services.BSFService.classname=org.apache.fulcrum.bsf.TurbineBSFService
   
services.GlobalCacheService.classname=org.apache.fulcrum.cache.TurbineGlobalCacheService
  @@ -33,7 +33,7 @@
   @TEMPLATE_SERVICE@
   
   # -------------------------------------------------------------------
  -# 
  +#
   #  D A T A B A S E  S E R V I C E
   #
   # -------------------------------------------------------------------
  @@ -71,7 +71,7 @@
   
   services.DatabaseService.database.connectionWaitTimeout=10000
   
  -# The interval (in milliseconds) between which the PoolBrokerService logs 
  +# The interval (in milliseconds) between which the PoolBrokerService logs
   # the status of it's ConnectionPools.
   #
   # Default: No logging = 0 = 0 * 1000
  @@ -113,7 +113,7 @@
   services.GlobalCacheService.cacheCheckFrequency = 5000
   
   # -------------------------------------------------------------------
  -# 
  +#
   # B S F  S E R V I C E
   #
   # -------------------------------------------------------------------
  @@ -122,7 +122,7 @@
   services.BSFService.defaultExtension = py
   
   # -------------------------------------------------------------------
  -# 
  +#
   #  T E M P L A T E  S E R V I C E
   #
   # -------------------------------------------------------------------
  @@ -132,14 +132,14 @@
   # and JSP.
   
   # -------------------------------------------------------------------
  -# 
  +#
   #  V E L O C I T Y  S E R V I C E
   #
   # -------------------------------------------------------------------
   
   # The location of Velocity configuration file, relative to webapp root
   # These properties will override the default properties set by Velocity.
  -# You should specify the path to the templates directories as well as 
  +# You should specify the path to the templates directories as well as
   # the path to the log file and they should also be relative to webapp root
   
   services.VelocityService.template.extension=vm
  @@ -161,12 +161,12 @@
   services.VelocityService.classpath.resource.loader.description = Velocity Classpath 
Resource Loader
   services.VelocityService.classpath.resource.loader.class = 
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
   
  -services.VelocityService.eventCartridge.classes = 
  +services.VelocityService.eventCartridge.classes =
   
   services.VelocityService.earlyInit = true
   
   # -------------------------------------------------------------------
  -# 
  +#
   #  J S P  S E R V I C E
   #
   # -------------------------------------------------------------------
  @@ -181,7 +181,7 @@
   services.JspService.earlyInit = true
   
   # -------------------------------------------------------------------
  -# 
  +#
   #  U P L O A D  S E R V I C E
   #
   # -------------------------------------------------------------------
  @@ -208,7 +208,7 @@
   services.UploadService.size.threshold=0
   
   # -------------------------------------------------------------------
  -# 
  +#
   #  L O C A L I Z A T I O N  S E R V I C E
   #
   # -------------------------------------------------------------------
  @@ -228,30 +228,30 @@
   # services.LocalizationService.locale.default.charset=
   
   # -------------------------------------------------------------------
  -# 
  +#
   #  M I M E T Y P E  S E R V I C E
   #
   # -------------------------------------------------------------------
   
  -# This property specifies a file containing mappings between MIME 
  +# This property specifies a file containing mappings between MIME
   # content types and the corresponding file name extensions. The
  -# service itself contains a hardcoded set of most common mappings. 
  -# The file must use the same syntax as the mime.types file of 
  -# the Apache Server, i.e. 
  +# service itself contains a hardcoded set of most common mappings.
  +# The file must use the same syntax as the mime.types file of
  +# the Apache Server, i.e.
   # <mimetype> <ext1> <ext2>...
   #
   #services.MimeTypeService.mime.types=/WEB-INF/conf/mime.types
   
  -# This property specifies a file containing mappings between locales 
  -# and the corresponding character encodings. The service itself 
  -# contains a hardcoded set of most common mappings. 
  -# The file should use the Java property file syntax, i.e. 
  +# This property specifies a file containing mappings between locales
  +# and the corresponding character encodings. The service itself
  +# contains a hardcoded set of most common mappings.
  +# The file should use the Java property file syntax, i.e.
   # <lang_country_variant>=<charset>
   #
   #services.MimeTypeService.charsets=/WEB-INF/conf/charset.properties
   
   # -------------------------------------------------------------------
  -# 
  +#
   #  S C H E D U L E R  S E R V I C E
   #
   # -------------------------------------------------------------------
  @@ -265,15 +265,15 @@
   
   
   # -------------------------------------------------------------------
  -# 
  +#
   #  S E C U R I T Y  S E R V I C E
   #
   # -------------------------------------------------------------------
   
   #
   # This is the class that implements the User interface.
  -# You want to override this setting only if you want your User 
  -# implementation to provide application specific addtional 
  +# You want to override this setting only if you want your User
  +# implementation to provide application specific addtional
   # functionality.
   #
   # Default: org.apache.fulcrum.security.impl.db.entity.TurbineUser
  @@ -283,7 +283,7 @@
   
   #
   # This setting is DBSecurityService specific - this class is consulted for the names
  -# of the columns in the users' tables for the purpose of creating join queries. 
  +# of the columns in the users' tables for the purpose of creating join queries.
   # If you use your own User implementation in conjunction with DBSecurityService,
   # it's peer class must implement org.apache.turbine.om.security.peer.UserPeer 
interface,
   # and you need to specify the name of the peer class here.
  @@ -337,7 +337,7 @@
   #services.SecurityService.ldap.provider=com.sun.jndi.ldap.LdapCtxFactory
   
   # -------------------------------------------------------------------
  -# 
  +#
   #  X M L R P C  S E R V I C E
   #
   # -------------------------------------------------------------------
  @@ -355,8 +355,8 @@
   
   services.XmlRpcService.port=12345
   
  -# If any classes are specified here, the Service will create an 
  -# instance of them here and start up a listener on the specified 
  +# If any classes are specified here, the Service will create an
  +# instance of them here and start up a listener on the specified
   # port.
   #
   # Note that the handlers demonstrated are not very useful.  You
  @@ -382,7 +382,7 @@
   services.XmlRpcService.handler.file = org.apache.fulcrum.xmlrpc.util.FileHandler
   services.XmlRpcService.paranoid = false
   services.XmlRpcService.acceptClient = 192.168.1.*
  -services.XmlRpcService.denyClient = 
  +services.XmlRpcService.denyClient =
   
   # Do we want a secure server
   
  @@ -403,10 +403,10 @@
   
   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.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.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
  @@ -419,7 +419,7 @@
   services.XmlRpcService.earlyInit = true
   
   # -------------------------------------------------------------------
  -# 
  +#
   #  P O O L  S E R V I C E
   #
   # -------------------------------------------------------------------
  @@ -434,7 +434,7 @@
   
#services.PoolService.pool.capacity.org.apache.turbine.services.rundata.DefaultTurbineRunData=512
   
   # -------------------------------------------------------------------
  -# 
  +#
   #  F A C T O R Y  S E R V I C E
   #
   # -------------------------------------------------------------------
  @@ -475,7 +475,7 @@
   services.XSLTService.cache = false
   
   # -------------------------------------------------------------------
  -# 
  +#
   #  I N T A K E   S E R V I C E
   #
   # -------------------------------------------------------------------
  
  
  

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

Reply via email to