You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ch...@apache.org on 2015/08/10 13:49:27 UTC

svn commit: r1695031 - /jackrabbit/oak/trunk/oak-examples/webapp/src/main/webapp/WEB-INF/web.xml

Author: chetanm
Date: Mon Aug 10 11:49:26 2015
New Revision: 1695031

URL: http://svn.apache.org/r1695031
Log:
OAK-3185 - Port and refactor jackrabbit-webapp module to Oak (WIP)

Uncomment the attribute support. This allows repository access via in memory instances compared to RMI mode

Modified:
    jackrabbit/oak/trunk/oak-examples/webapp/src/main/webapp/WEB-INF/web.xml

Modified: jackrabbit/oak/trunk/oak-examples/webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-examples/webapp/src/main/webapp/WEB-INF/web.xml?rev=1695031&r1=1695030&r2=1695031&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-examples/webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ jackrabbit/oak/trunk/oak-examples/webapp/src/main/webapp/WEB-INF/web.xml Mon Aug 10 11:49:26 2015
@@ -136,7 +136,7 @@
                 places the one in the bootstrap-config wins.
             </description>
         </init-param>
-        <!-- 
+
         <init-param>
           <param-name>repository.context.attribute.name</param-name>
           <param-value>javax.jcr.Repository</param-value>
@@ -146,7 +146,7 @@
             initialized by the jackrabbit-jcr-servlet module utilities.
           </description>
         </init-param>
-         -->
+
         <!--
         <init-param>
             <param-name>repository-name</param-name>