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 at...@apache.org on 2009/02/20 14:47:15 UTC

svn commit: r746235 - /portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/src/webapp/WEB-INF/conf/jetspeed.properties

Author: ate
Date: Fri Feb 20 13:47:14 2009
New Revision: 746235

URL: http://svn.apache.org/viewvc?rev=746235&view=rev
Log:
Backporting some more example (commented out) distributed cache configuration settings from 2.2 trunk I missed in the previous commit.

Modified:
    portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/src/webapp/WEB-INF/conf/jetspeed.properties

Modified: portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/src/webapp/WEB-INF/conf/jetspeed.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/src/webapp/WEB-INF/conf/jetspeed.properties?rev=746235&r1=746234&r2=746235&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/src/webapp/WEB-INF/conf/jetspeed.properties (original)
+++ portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/src/webapp/WEB-INF/conf/jetspeed.properties Fri Feb 20 13:47:14 2009
@@ -70,15 +70,7 @@
 #  Portlet Mode Support
 # -------------------------------------------------------------------
 # standard
-supported.portletmode = view
-supported.portletmode = edit
-supported.portletmode = help
-# extended
-supported.portletmode = about
-supported.portletmode = config
-supported.portletmode = edit_defaults
-supported.portletmode = print
-supported.portletmode = secure  # currently only used for testing purposes
+supported.portletmode = secure  \# currently only used for testing purposes
 # auto-switching
 # switch config mode to built-in custom config mode portlet
 supported.portletmode.autoswitch.config=false
@@ -91,9 +83,6 @@
 #  Window State Support
 # -------------------------------------------------------------------
 # standard
-supported.windowstate = normal
-supported.windowstate = maximized
-supported.windowstate = minimized
 supported.windowstate = solo
     
 # -------------------------------------------------------------------
@@ -215,6 +204,14 @@
 #-------------------------------------------------------------------------
 # C A C H E
 #-------------------------------------------------------------------------
+# Cache page manager override properties
+# database page manager cache size:
+#org.apache.jetspeed.ehcache.pagemanager.maxelements=128
+# database page manager cache element expiration in seconds, (infinite = 0):
+#org.apache.jetspeed.ehcache.pagemanager.element.ttl=150
+# PSML page manager file cache size:
+#org.apache.jetspeed.ehcache.pagemanager.maxfiles=1000
+
 # cache configuration resource, ('ehcache.xml' or 'distributed-ehcache.xml' supported by default):
 #org.apache.jetspeed.ehcache.config.resource=ehcache.xml
 # distributed cache peer discovery multicast address:



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