mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-20 09:38:35 +08:00
update xshell
This commit is contained in:
@@ -5,18 +5,8 @@ cd ..\lib
|
||||
for %%i in (*) do set LIB_JARS=!LIB_JARS!;..\lib\%%i
|
||||
cd ..\bin
|
||||
|
||||
if ""%1"" == ""debug"" goto debug
|
||||
if ""%1"" == ""jmx"" goto jmx
|
||||
set JAVA_OPTS=" -server -Xmx2g -Xms2g -Xmn256m -XX:PermSize=128m -Xss256k "
|
||||
|
||||
java -Xms64m -Xmx1024m -XX:MaxPermSize=64M -classpath ..\conf;%LIB_JARS% com.alibaba.dubbo.container.Main
|
||||
goto end
|
||||
java -Xbootclasspath/a:%LIB_JARS% %JAVA_OPTS% -jar -Dspring.config.location=..\conf\bootstrap-dev.yml ..\lib\report-core-1.0.0-SNAPSHOT.jar
|
||||
|
||||
:debug
|
||||
java -Xms64m -Xmx1024m -XX:MaxPermSize=64M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n -classpath ..\conf;%LIB_JARS% com.alibaba.dubbo.container.Main
|
||||
goto end
|
||||
|
||||
:jmx
|
||||
java -Xms64m -Xmx1024m -XX:MaxPermSize=64M -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -classpath ..\conf;%LIB_JARS% com.alibaba.dubbo.container.Main
|
||||
|
||||
:end
|
||||
pause
|
||||
@@ -3,7 +3,7 @@ cd `dirname $0`
|
||||
BIN_DIR=`pwd` #安装目录
|
||||
cd ..
|
||||
DEPLOY_DIR=`pwd`
|
||||
LIB_DIR=$DEPLOY_DIR/lib/ #jar目录
|
||||
LIB_DIR=$DEPLOY_DIR/lib #jar目录
|
||||
CONF_DIR=$DEPLOY_DIR/conf #conf目录
|
||||
LOGS_DIR=$DEPLOY_DIR/logs #log目录
|
||||
|
||||
@@ -23,5 +23,4 @@ if [ -n "$PIDS" ]; then
|
||||
fi
|
||||
|
||||
|
||||
nohup java -Xbootclasspath/a:$LIB_DIR $JAVA_OPTS -jar -Dspring.config.location=$CONF_DIR/bootstrap-dev.yml $LIB_DIR/report-core-1.0.0-SNAPSHOT.jar >/dev/null 2>&1 &
|
||||
#nohup java $JAVA_OPTS -jar -Dspring.config.location=$CONF_DIR/bootstrap-dev.yml $LIB_DIR/report-core-1.0.0-SNAPSHOT.jar -classpath $LIB_JARS >/dev/null 2>&1 &
|
||||
nohup java -Xbootclasspath/a:$LIB_JARS $JAVA_OPTS -jar -Dspring.config.location=$CONF_DIR/bootstrap-dev.yml $LIB_DIR/report-core-1.0.0-SNAPSHOT.jar >/dev/null 2>&1 &
|
||||
Reference in New Issue
Block a user