You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/07/07 20:06:46 UTC

svn commit: r674572 - /ofbiz/trunk/framework/appserver/templates/wasce2/README

Author: jleroux
Date: Mon Jul  7 11:06:45 2008
New Revision: 674572

URL: http://svn.apache.org/viewvc?rev=674572&view=rev
Log:
Some comments about Derby

Modified:
    ofbiz/trunk/framework/appserver/templates/wasce2/README

Modified: ofbiz/trunk/framework/appserver/templates/wasce2/README
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/appserver/templates/wasce2/README?rev=674572&r1=674571&r2=674572&view=diff
==============================================================================
--- ofbiz/trunk/framework/appserver/templates/wasce2/README (original)
+++ ofbiz/trunk/framework/appserver/templates/wasce2/README Mon Jul  7 11:06:45 2008
@@ -104,3 +104,10 @@
     And last but not least you may appreciate http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-HowtouseRMIwithoutSSL
 =======================================================================================================================================================
 
+Derby
+-----
+If you are using the embedded Derby database you should consider this.
+OFBiz creates 2 folders for the Derby Database under the runtime directory: ofbiz and ofbizolap, these contain all the setup data for OFBiz.
+If you run Geronimo, under your Geronimo bin directory you will see the 2 same directories. 
+But those will not contain any data as you are not running OFBiz with the necessary parameters (you are running Geronimo, not OFBiz). 
+Simply replace the 2 directories: ofbiz & ofbizolap in your Geronimo bin directory by the 2 directories from your OFBiz runtime directory.