# ------------------------------------------------------------------- # # 1a. Changing the Portal Logo # # ------------------------------------------------------------------- topnav.logo.file=images/jportal.gif # ------------------------------------------------------------------- # # 1b. Modify the Top Navigation # # ------------------------------------------------------------------- topnav.user_creation.enable=true # ------------------------------------------------------------------- # # 1c. Remove the Left Navigation # # ------------------------------------------------------------------- leftnav.enable=false # ------------------------------------------------------------------- # # 1d. Replace the Bottom Navigation # # ------------------------------------------------------------------- bottomnav.vm=bottom-jportal.vm # ------------------------------------------------------------------- # # 1e. Change the Web Page Title # # ------------------------------------------------------------------- portalpage.title_prefix=JPortal Tutorial: # ------------------------------------------------------------------- # # 1f. Change the Portal Skin # # ------------------------------------------------------------------- services.PortalToolkit.default.skin=jportal-skin site.stylesheet=css/jportal.css # ------------------------------------------------------------------- # # Properties to be removed (including comments) # # ------------------------------------------------------------------- #-contentfeeds. #-#contentfeeds. #-daemon. #-services.DaemonFactory #-content. #-#content. # ------------------------------------------------------------------- # # Tutorial 2 # # ------------------------------------------------------------------- mail.support=support@jetspeed-tutorial.com # Consider the language as part of the fallback? services.Profiler.fallback.language=false # Consider the country code as part of the fallback? services.Profiler.fallback.country=false # ------------------------------------------------------------------- # # Tutorial 3 # # ------------------------------------------------------------------- # services.PortalToolkit.default.control=TitlePortletControl # services.PortalToolkit.default.controller=OneColumn services.PortalToolkit.default.skin=jportal-skin services.Profiler.fallback.language=false # ------------------------------------------------------------------- # # Tutorial 4 # # ------------------------------------------------------------------- # ------------------------------------------------------------------- # # Tutorial 5 # # ------------------------------------------------------------------- # automatically save user state on logout automatic.logout.save = false # ------------------------------------------------------------------- # # Tutorial 6 # # ------------------------------------------------------------------- # Jetspeed can automatically create/instantiate all your Portlets and place them # in the cache when Jetspeed starts up. autocreate.portlets=false ######################################### # 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.TimeToLive.default=2700000 # ------------------------------------------------------------------- # # Tutorial 7 # # ------------------------------------------------------------------- services.TemplateLocator.templateRoot=/WEB-INF/templates # The Default Template Locator (resolver) services.TemplateLocator.classname=org.apache.jetspeed.services.template.JetspeedTemplateLocatorService