IDEMPIERE-646 Debian start script can not stop the server

This commit is contained in:
Carlos Ruiz 2014-01-08 08:40:54 -05:00
parent 9cecab37f3
commit 881667bb11
1 changed files with 2 additions and 1 deletions

View File

@ -13,4 +13,5 @@ echo ===================================
echo Starting iDempiere Server
echo ===================================
$JAVA -Dosgi.compatibility.bootdelegation=true -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -XX:MaxPermSize=192m -jar plugins/org.eclipse.equinox.launcher_1.*.jar -console 12612 -application org.adempiere.server.application
BASE=`dirname $( readlink -f idempiere-server.sh )`
$JAVA -Dosgi.compatibility.bootdelegation=true -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -XX:MaxPermSize=192m -jar $BASE/plugins/org.eclipse.equinox.launcher_1.*.jar -console 12612 -application org.adempiere.server.application