Author: jleroux
Date: Sat Apr 14 09:59:33 2012
New Revision: 1326080

URL: http://svn.apache.org/viewvc?rev=1326080&view=rev
Log:
Complete r1326064, moreover I forgot to save the others *-containers.xml

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

Modified: ofbiz/trunk/framework/base/config/both-containers.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/both-containers.xml?rev=1326080&r1=1326079&r2=1326080&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/both-containers.xml (original)
+++ ofbiz/trunk/framework/base/config/both-containers.xml Sat Apr 14 09:59:33 
2012
@@ -98,7 +98,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"/>

Modified: ofbiz/trunk/framework/base/config/test-containers.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/test-containers.xml?rev=1326080&r1=1326079&r2=1326080&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/test-containers.xml (original)
+++ ofbiz/trunk/framework/base/config/test-containers.xml Sat Apr 14 09:59:33 
2012
@@ -78,7 +78,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"/>


Reply via email to