danwatford commented on pull request #251: URL: https://github.com/apache/ofbiz-framework/pull/251#issuecomment-760859262
@ieugen I haven't been able to test these changes successfully on Windows with git-bash. I created a distZip using the PR. Unzipped to c:\dev\tmp\zip In git bash: ``` cd /c/dev/tmp/zip bin/ofbiz ``` The above launched ofbiz and I was able to access https://localhost:8443/partymgr/control/login successfully. I then copied start.properties and url.properties to /c/dev/tmp/zip/ofbiz/config. Edited start.properties to have `ofbiz.log.dir=runtime/logs2` Edited url.properties to have `port.https=9443` Created directory /c/dev/tmp/zip/ofbiz/runtime/logs2 I then ran ofbiz using `bin/ofbiz` and attempted to access `https://localhost:9443/partymgr/control/login` whereas I could still connect to port 8443. Also no files were written to runtime/logs2. Can you give an example of a property you were able to override by using the new config directory? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
