https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support suggests the following for loading tenant data:
java -Xmx512m -XX:MaxPermSize=128m -jar ofbiz.jar -install -readers=seed-initial -delegator=default#DEMO1 but it causes this exception for trunk: Exception in thread "main" org.ofbiz.base.start.StartupException: Couldn't not fetch config instance (Cannot load configuration properties : org/ofbiz/base/start/-install.properties I was able to load the data using "ant create-tenant" which isn't mentioned on that page and should probably be added. I'm willing to update the page but would need edit permission for my confluence username ccarlow.
