Author: jonesde
Date: Thu Apr 5 23:23:29 2007
New Revision: 526071
URL: http://svn.apache.org/viewvc?view=rev&rev=526071
Log:
Fixed a couple of issues with the appserver template stuff, still does not seem
to be getting the classpath entries though, and little tweaks like adding the
cached class loader container did not help; somehow the component class path
stuff isn't making it through
Modified:
ofbiz/trunk/framework/appserver/src/org/ofbiz/appservers/GenerateContainer.java
ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/setup.properties
Modified:
ofbiz/trunk/framework/appserver/src/org/ofbiz/appservers/GenerateContainer.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/appserver/src/org/ofbiz/appservers/GenerateContainer.java?view=diff&rev=526071&r1=526070&r2=526071
==============================================================================
---
ofbiz/trunk/framework/appserver/src/org/ofbiz/appservers/GenerateContainer.java
(original)
+++
ofbiz/trunk/framework/appserver/src/org/ofbiz/appservers/GenerateContainer.java
Thu Apr 5 23:23:29 2007
@@ -42,7 +42,7 @@
public class GenerateContainer implements Container {
public static final String module = GenerateContainer.class.getName();
- public static final String source = "/framework/appservers/templates/";
+ public static final String source = "/framework/appserver/templates/";
public static final String target = "/setup/";
protected String configFile = null;
Modified:
ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/setup.properties
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/setup.properties?view=diff&rev=526071&r1=526070&r2=526071
==============================================================================
--- ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/setup.properties
(original)
+++ ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/setup.properties
Thu Apr 5 23:23:29 2007
@@ -39,7 +39,7 @@
ofbiz.log.dir=runtime/logs
# --- Location (relative to ofbiz.home) for (normal) container configuration
-ofbiz.container.config=framework/appservers/config/ofbiz-containers.xml
+ofbiz.container.config=framework/appserver/config/ofbiz-containers.xml
# --- StartupLoader implementations to load (in order)
ofbiz.start.loader1=org.ofbiz.base.container.ContainerLoader