Author: julien_viet
Date: 2010-03-10 04:23:52 -0500 (Wed, 10 Mar 2010)
New Revision: 2084
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
Log:
GTNPORTAL-770 : Enable JBoss Cache on the MOPSessionManager
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml 2010-03-10
08:46:20 UTC (rev 2083)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml 2010-03-10
09:23:52 UTC (rev 2084)
@@ -22,8 +22,8 @@
<configuration
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd
http://www.exoplaform.org/xml/ns/kernel_1_0.xsd"
-
xmlns="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd">
+
xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_1.xsd
http://www.exoplaform.org/xml/ns/kernel_1_1.xsd"
+
xmlns="http://www.exoplaform.org/xml/ns/kernel_1_1.xsd">
<component>
<key>org.exoplatform.portal.pom.config.POMSessionManager</key>
@@ -286,6 +286,9 @@
<field name="minTimeToLive">
<long>60000</long>
</field>
+ <field name="distributed" profiles="cluster">
+ <boolean>true</boolean>
+ </field>
</object>
</object-param>
</init-params>