[exo-jcr-commits] exo-jcr SVN: r4664 - jcr/trunk/applications/product-patches/as/tomcat.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jul 19 10:20:13 EDT 2011


Author: tolusha
Date: 2011-07-19 10:20:11 -0400 (Tue, 19 Jul 2011)
New Revision: 4664

Modified:
   jcr/trunk/applications/product-patches/as/tomcat/exo-configuration.xml
Log:
EXOJCR-1416: add param to tomcat exo-configuration

Modified: jcr/trunk/applications/product-patches/as/tomcat/exo-configuration.xml
===================================================================
--- jcr/trunk/applications/product-patches/as/tomcat/exo-configuration.xml	2011-07-19 09:20:36 UTC (rev 4663)
+++ jcr/trunk/applications/product-patches/as/tomcat/exo-configuration.xml	2011-07-19 14:20:11 UTC (rev 4664)
@@ -155,6 +155,22 @@
    </component>
 
    <component>
+      <key>org.exoplatform.services.naming.InitialContextInitializer</key>
+      <type>org.exoplatform.services.naming.InitialContextInitializer</type>
+      <init-params>
+         <value-param> 
+            <name>overload-context-factory</name> 
+            <value>true</value> 
+         </value-param>
+         <properties-param>
+            <name>default-properties</name>
+            <description>Default initial context properties</description>
+            <property name="java.naming.factory.initial" value="org.exoplatform.services.naming.SimpleContextFactory" />
+         </properties-param>
+      </init-params>
+   </component>
+
+   <component>
       <type>org.exoplatform.services.jcr.ext.registry.RESTRegistryService</type>
    </component>
 



More information about the exo-jcr-commits mailing list