You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ta...@apache.org on 2016/07/07 12:33:53 UTC

svn commit: r1751789 - /ofbiz/trunk/README.md

Author: taher
Date: Thu Jul  7 12:33:53 2016
New Revision: 1751789

URL: http://svn.apache.org/viewvc?rev=1751789&view=rev
Log:
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