Author: taher
Date: Thu Jul 7 12:33:53 2016
New Revision: 1751789
URL:
http://svn.apache.org/viewvc?rev=1751789&view=revLog:
update the documentation in the README.md file for new task - OFBIZ-7534
I forgot to add the documentation to the previous commit in which
we added a new task to gradle called terminateOfbiz
Modified:
ofbiz/trunk/README.md
Modified: ofbiz/trunk/README.md
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/README.md?rev=1751789&r1=1751788&r2=1751789&view=diff==============================================================================
--- ofbiz/trunk/README.md (original)
+++ ofbiz/trunk/README.md Thu Jul 7 12:33:53 2016
@@ -188,6 +188,19 @@ start is the default server task so this
`gradlew "ofbiz --status"`
+#### Force OFBiz shutdown
+
+Terminate all running OFBiz server instances by calling
+the appropriate operating system kill command. Use this
+command to force OFBiz termination if the --shutdown
+command does not work. Usually this is needed when in the
+middle of data loading or testing in OFBiz.
+
+Warning: Be careful in using this command as force termination
+might lead to inconsistent state / data
+
+`gradlew terminateOfbiz`
+
#### Start OFBiz in remote debug mode
Starts OFBiz in remote debug mode and waits for debugger