You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2012/04/14 10:49:06 UTC

svn commit: r1326072 - /ofbiz/trunk/framework/base/config/ofbiz-containers.xml

Author: jleroux
Date: Sat Apr 14 08:49:05 2012
New Revision: 1326072

URL: http://svn.apache.org/viewvc?rev=1326072&view=rev
Log:
Complete r1326064, I forgot to save ofbiz-containers.xml before committing and did not notice

Modified:
    ofbiz/trunk/framework/base/config/ofbiz-containers.xml

Modified: ofbiz/trunk/framework/base/config/ofbiz-containers.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?rev=1326072&r1=1326071&r2=1326072&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
+++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Sat Apr 14 08:49:05 2012
@@ -103,7 +103,7 @@ under the License.
         <property name="catalina-runtime-home" value="runtime/catalina"/>
         <property name="apps-context-reloadable" value="false"/>
         <property name="apps-cross-context" value="false"/>
-        <property name="apps-distributable" value="false"/>
+        <property name="apps-distributable" value="false"/><!-- you must also set all the webapps you want distributable, by adding <distributable/> in their web.xml file -->
         <!-- one or more tomcat engines (servers); map to this + host -->
         <property name="default-server" value="engine">
             <property name="default-host" value="0.0.0.0"/>