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

