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 2012/04/11 22:36:42 UTC

svn propchange: r1324989 - svn:log

Author: jleroux
Revision: 1324989
Modified property: svn:log

Modified: svn:log at Wed Apr 11 20:36:42 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Apr 11 20:36:42 2012
@@ -3,7 +3,7 @@ A patch from Francis ANDRE "unify admin 
 If someone wants to change the admin password or port, he would have to change currently many files (-- build.xml, various .bat and .sh --). In order to avoid this error-prone pratice, I suggest to centralize the definition of the admin kay and port at 2 single points: the framework/start/src/org/ofbiz/base/start/start.properties and the
 framework/start/src/org/ofbiz/base/start/jetty.properties
 
-jleroux: in start.java I also changed 
+jleroux: in config.java I also changed 
 String adminPortStr = getProp(props, "ofbiz.admin.port", "0");
 adminKey = getProp(props, "ofbiz.admin.key", "NA");
 to