Author: sascharodekamp Date: Tue Mar 13 09:00:43 2012 New Revision: 1300014
URL: http://svn.apache.org/viewvc?rev=1300014&view=rev Log: JCR container definition was placed between the cataline container definition description and th definition itself. That doesn't looked good. 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=1300014&r1=1300013&r2=1300014&view=diff ============================================================================== --- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original) +++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Tue Mar 13 09:00:43 2012 @@ -90,11 +90,6 @@ under the License. </container> --> - <!-- load catalina (tomcat) and all web applications --> - <!-- TODO: switch to webslinger, for per-site logging - <container name="catalina-container" class="org.ofbiz.webslinger.WebslingerCatalinaContainer"> - --> - <!-- Load embedded Jackrabbit content repository. Since this container depends upon JNDI, it must be started after the naming-container container.--> <container name="jcr-container" class="org.ofbiz.jcr.loader.JCRContainer"> @@ -102,6 +97,10 @@ under the License. <property name="removeOnShutdown" value="false"/> </container> + <!-- load catalina (tomcat) and all web applications --> + <!-- TODO: switch to webslinger, for per-site logging + <container name="catalina-container" class="org.ofbiz.webslinger.WebslingerCatalinaContainer"> + --> <container name="catalina-container" class="org.ofbiz.catalina.container.CatalinaContainer"> <!-- static configuration for tomcat --> <property name="delegator-name" value="default"/>

