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 13:07:00 UTC

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

Author: ate
Date: Fri Feb 20 12:07:00 2009
New Revision: 746219

URL: http://svn.apache.org/viewvc?rev=746219&view=rev
Log:
Backporting example (commented out) distributed cache configuration settings from 2.2 trunk

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=746219&r1=746218&r2=746219&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 12:07:00 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
     
 # -------------------------------------------------------------------
@@ -213,6 +202,22 @@
 psml.template.folder = /_user/template/
 
 #-------------------------------------------------------------------------
+# C A C H E
+#-------------------------------------------------------------------------
+# 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:
+#org.apache.jetspeed.ehcache.group.address=230.0.0.1
+# distributed cache peer discovery multicast port:
+#org.apache.jetspeed.ehcache.group.port=4446
+# distributed cache peer discovery multicast TTL, (0=host, 1=subnet, ... see ehcache.xml):
+#org.apache.jetspeed.ehcache.group.ttl=1
+# distributed cache peer hostname, (set to listen on specific interface):
+#org.apache.jetspeed.ehcache.hostname=
+# distributed cache peer port:
+#org.apache.jetspeed.ehcache.port=40001
+
+#-------------------------------------------------------------------------
 # P R O F I L E R
 #-------------------------------------------------------------------------
 # default profiling rule names assigned to a new user



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