IDEMPIERE-2180:debug option for the server start script
This commit is contained in:
parent
d04844a375
commit
28db4e66f8
|
@ -9,7 +9,7 @@ else
|
||||||
echo Set JAVA_HOME to the directory of your local JDK.
|
echo Set JAVA_HOME to the directory of your local JDK.
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1"=="debug" ]; then
|
if [ "$1" = "debug" ] then
|
||||||
DEBUG="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=4554,server=y,suspend=n"
|
DEBUG="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=4554,server=y,suspend=n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue