Author: jleroux
Date: Sat Mar 2 12:32:11 2013
New Revision: 1451879
URL:
http://svn.apache.org/r1451879Log:
This prevented to load both web and pos simultaneously (both-containers.xml does not exist anymore).
It needs a compilation to work again.
Modified:
ofbiz/trunk/framework/start/src/org/ofbiz/base/start/both.properties
Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/both.properties
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/both.properties?rev=1451879&r1=1451878&r2=1451879&view=diff==============================================================================
--- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/both.properties (original)
+++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/both.properties Sat Mar 2 12:32:11 2013
@@ -39,7 +39,7 @@
#ofbiz.log.dir=runtime/logs
# --- Location (relative to ofbiz.home) for (normal) container configuration
-ofbiz.container.config=framework/base/config/both-containers.xml
+#ofbiz.container.config=framework/base/config/ofbiz-containers.xml
# -- StartupLoader implementation for Splash Screen
ofbiz.start.loader1=org.ofbiz.base.splash.SplashLoader