⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resultmergejetspeedresources.properties

📁 jetspeed源代码
💻 PROPERTIES
📖 第 1 页 / 共 2 页
字号:



#########################################

# Registry Service                      #

#########################################

services.Registry.classname=org.apache.jetspeed.services.registry.CastorRegistryService

services.Registry.directory=/WEB-INF/conf/

services.Registry.mapping=/WEB-INF/conf/registry.xml

services.Registry.default.Portlet=local-portlets

services.Registry.default.PortletControl=local-managers

services.Registry.default.PortletController=local-managers

services.Registry.default.MediaType=local-medias

services.Registry.default.Skin=local-skins

services.Registry.default.Security=local-security

services.Registry.default.Client=local-clients

services.Registry.extension=.xreg

# Refresh rate, in seconds.  0 = no refresh.  Min value = 60

services.Registry.refreshRate=300



#########################################

# PSMLManager Service                   #

#########################################

# Select your PSML Manager service by uncommenting it. The default is 'CastorPsmlManagerService'

# If you uncomment one service, you must comment-out the other service

########################################################################################################



########################################################################################################

# To use the File-based PSML service, select (uncomment) this service (this is the default setting):

services.PsmlManager.classname=org.apache.jetspeed.services.psmlmanager.CastorPsmlManagerService

########################################################################################################

########################################################################################################

# To use the DB-PSML service, select (uncomment) this service, and comment out the above service:

# services.PsmlManager.classname=org.apache.jetspeed.services.psmlmanager.db.DatabasePsmlManagerService

########################################################################################################



#########################################

# PSMLImportManager Service             #

#########################################

# Select your PSML Import Manager service by uncommenting it. The default is 'CastorPsmlManagerService'

# If you uncomment one importer service, you must comment-out the other service

# You must run the importer manually. From the build directory, type 'ant import'

# the PsmlImportManager is the service which will export the psml from its datastore to the current

# PsmlManager's datastore. The PsmlImportManager and PsmlManager should never be the same. 

########################################################################################################



# Select this service to import from File System to the Database (make sure that DatabasePsmlManagerService is selected above)

services.PsmlImportManager.classname=org.apache.jetspeed.services.psmlmanager.CastorPsmlManagerService



# Select this service to import from the Database to the File System (make sure that CastorPsmlManagerService is selected above)

# services.PsmlImportManager.classname=org.apache.jetspeed.services.psmlmanager.db.DatabasePsmlManagerService



services.PsmlManager.root=/WEB-INF/psml

services.PsmlManager.ext=.psml

services.PsmlManager.mapping=/WEB-INF/conf/psml-mapping.xml

#The following property is used for DatabasePsmlManagerService only. The default is false that is caching is

#not allowed with DatabasePsmlManagerService, as the current implementation of caching does not work on a

#distributed environment. It works only in a single server environment. 

services.PsmlManager.caching-on=false

#services.PsmlManager.default-resource=default.psml

#services.PsmlManager.media-types=html:wml

#services.PsmlManager.admin=admin



## only used by Castor(File) PSML Manager 

# scan rate in seconds (every 2 minutes)

services.PsmlManager.scanRate=120

# cache size - number of PSML pages to cache

services.PsmlManager.cacheSize=100



#########################################

# Portlet Factory                       #

#########################################

services.PortletFactory.classname=org.apache.jetspeed.services.portletfactory.JetspeedPortletFactoryService

services.PortletFactory.enable.cache=true



#########################################

# Portlet Cache                         #

#########################################

# TimeToLive.default = number of milliseconds an unused portlet will remain in cache.

#                      Default 2700000 which is 45 minutes (45 * 60 * 1000)

services.PortletCache.classname=org.apache.jetspeed.services.portletcache.JetspeedPortletCacheService

services.PortletCache.TimeToLive.default=2700000



#########################################

# Portal Service                        #

#########################################

services.PortalToolkit.classname=org.apache.jetspeed.services.portaltoolkit.JetspeedPortalToolkitService

services.PortalToolkit.default.control=TitlePortletControl

services.PortalToolkit.default.controller=OneColumn

services.PortalToolkit.default.skin=upstate-skin



#########################################

# Profiler Service                      #

#########################################

# These settings are used by the new Jetspeed profiler starting with release 1.3a2



# The Profiler Service is implemented as a Turbine service.

services.Profiler.classname=org.apache.jetspeed.services.profiler.JetspeedProfilerService



# The default resource filename

services.Profiler.resource.default=default



# The default resource filename extension 

services.Profiler.resource.ext=.psml



# When a new user is created, this account's psml is cloned to the new account psml

# Setting this account to nothing configures role-based psml as the default method for new users

services.Profiler.newuser.template=turbine



# Media types template to create for user. (comma separated)

services.Profiler.newuser.media_types=html,wml



#

# Profiler Fallback options

#

# use Role-based PSML fallback

services.Profiler.rolefallback=true



# Consider the language as part of the fallback?

services.Profiler.fallback.language=true



# Consider the country code as part of the fallback?

services.Profiler.fallback.country=true



# If resource is not found under mediatype, keep searching?

services.Profiler.fallback.to.root=false



#

# Profiler Role-based merge fallback options

#

# When rolefallback is true and rolemerge is true, new user's profile will 

# be an aggregate of psml from each role the user is part of.

services.Profiler.rolemerge=false



# Controller to use in merged profile

services.Profiler.rolemerge.controller=TabController



# Control to use in merged profile

services.Profiler.rolemerge.control=TabControl



#########################################

# Template Locator Service              #

#########################################

# The Template Locator is implemented as a Turbine service.

services.TemplateLocator.classname=org.apache.jetspeed.services.template.JetspeedTemplateLocatorService



# This parameter supports a comma separated list of directories

# Each directory is searched in order to find a template.

# This is useful for example, in defining application specific templates in a separate structure from the jetspeed core templates

# Note this needs to be set in 3 places - for the jsp loader and vm loader in TR.p and for the template locator in JR.p

services.TemplateLocator.templateRoot=/WEB-INF/templates



#########################################

# StockQuote Web Service                #

#########################################

# The Template Locator is implemented as a Turbine service.

services.StockQuoteService.classname=org.apache.jetspeed.webservices.finance.stockmarket.JetspeedStockQuoteService



#########################################

# Persistence Manager Service           #

#########################################

services.PortalPersistenceService.classname=org.apache.jetspeed.services.persistence.JetspeedPortalPersistenceService



#########################################

# Portlet Usage Service                 #

#########################################

services.PortletStats.classname = org.apache.jetspeed.services.portletstats.JetspeedPortletStatsService



# Name of the log4j logger defined in tr.props

services.PortletStats.logger = access



# If true, logging will occur

services.PortletStats.enabled = false



# Portlets to exclude from logging (not implemented)

services.PortletStats.excludePortlets=



# Date format to use in the log entry

services.PortletStats.dateFormat = dd/MMM/yyyy:hh:mm:ss z



##########################################

# Diskcache configuration                #

##########################################

# JetspeedDiskCache recognizes URIs with the following protocols as local

diskcache.localprotocols=file,classloader,jndi



#########################################

# Customization                         #

#########################################



# Modify default customize URL generated by URILookup when used with JSP

# navigations

URILookup.customize.uri=/portal/action/controls.Customize?reset=on



#

# Activate the portlet preview feature

#

customizer.preview.enable=false



#########################################

# New User Registration mail support    #

#########################################

mail.server=localhost

mail.support=Support@localhost

# New user registration confirmation email 

newuser.confirm.enable=false

newuser.confirm.email.from=Postmaster@localhost

newuser.confirm.email.name=Jetspeed Administrator

newuser.confirm.email.template=new-user-confirmation.vm



# New user notification email to Jetspeed Administrator.

newuser.notification.enable=false

newuser.notification.email.to=Postmaster@localhost

newuser.notification.email.name=Jetspeed Administrator

newuser.notification.email.template=new-user-notification.vm

newuser.notification.language=en

newuser.notification.country=US



# Manual approval of a new user by Jetspeed Administrator

newuser.approval.enable=false

newuser.approval.accept.template=new-user-accept.vm

newuser.approval.reject.template=new-user-reject.vm



# Password reminder options

password.reminder.enable=false

password.reminder.template=password-reminder.vm



# Remember me/auto-logon facility

automatic.logon.enable=false

#    number of seconds until logon expires (2592000 = 1 month, 30*24*60*60)

automatic.logon.cookie.maxage=2592000

automatic.logon.cookie.comment=Jetspeed automatic logon cookie

#    domain, blank means use getServer to derive it.  Is of the form .foo.com.

automatic.logon.cookie.domain=

#    path, blank means use getContextPath, default to / - all paths

automatic.logon.cookie.path=/

#    specifies when the random portion of the cookie is regenerated-

#     - firstlogon, means it is only generated the first time the users 

#                   requests this feature, useful when you want to allow

#                   them to use the feature across computers

#     - everylogon, means it is regenerated upon each successful logon

#                   useful for getting a little added security (default)

automatic.logon.cookie.generation=everylogon



# automatically save user state on logout

automatic.logout.save = false

logon.disabled.form=AccountDisabled.vm



#########################################

# Navigation Bar customization         #

#########################################

# Top navigation bar

#   topnav.enable    - Display the left navigation bar

#   topnav.vm        - VM file name for the top nav, in templates/vm/navigations/html

#   topnav.logo.file - file name of the logo relative to <jetspeed_home>. Do not use with logo.url

#   topnav.logo.url  - URL of logo. Useful when using a common company logo that is on a different server

#   topnav.user_login.enable - Display login prompts on navigation bar.  If false then login nust be via login portlet

#   topnav.user_creation.enable - Display "create user" prompts on navigation bar.  Requires topnav.user_login.enable=true

topnav.enable=true

topnav.vm=top-upstate.vm

topnav.logo.file=images/upstate_logo.gif

topnav.logo.url=

topnav.user_login.enable=true

topnav.user_creation.enable=true



# Left Navigation bar

#   leftnav.enable    - Display the left navigation bar

#   leftnav.vm        - VM file name for the left nav, in templates/vm/navigations/html

#   leftnav.width     - Keep the left edge of the content from moving as the width of the content varies

leftnav.enable=true

leftnav.vm=left-upstate.vm

leftnav.width=10%



# Bottom Navigation bar

#   bottomnav.enable    - Display the Bottom navigation bar

#   bottomnav.vm        - VM file name for the bottom nav, in templates/vm/navigations/html

bottomnav.enable=true

bottomnav.vm=bottom.vm



#########################################

# Portal Page customization             #

#########################################

# html page title text prefix - prepended to portal page title if defined.

portalpage.title_prefix=Upstate Portal



#########################################

# HTTP Page header                      #

#########################################

# http.lifetime is the lifetime of the page as set in the

# HTTP Headers

#  -1 = Do not set cache related headers (Jetspeed 1.3a1 behavior)

#   0 = set the following http headers

#           Cache-Control = "no-cache"

#           Last-Modified = (current time)

#           Pragma        = "no-cache"

#           Expires       = "0"

#   n where n is the number of seconds:

#           Cache-Control = "max-age: n" where n is the number of seconds

#           Last-Modified = (current time)

#           Expires       = (current time + n seconds)

http.lifetime=0







⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -