陈精华
6 years ago
committed by
kl
3 changed files with 16 additions and 2 deletions
@ -1 +1,7 @@
|
||||
@echo off |
||||
set "KKFILEVIEW_BIN_FOLDER=%cd%" |
||||
cd "%KKFILEVIEW_BIN_FOLDER%" |
||||
echo Using KKFILEVIEW_BIN_FOLDER %KKFILEVIEW_BIN_FOLDER% |
||||
echo Starting kkFileView... |
||||
echo Please check log file for more information |
||||
java -Dspring.config.location=..\conf\application.properties -jar jodconverter-web-1.5.8.RELEASE.jar -> ..\log\kkFileView.log |
@ -1,2 +1,8 @@
|
||||
#!/bin/bash |
||||
KKFILEVIEW_BIN_FOLDER=$(cd "$(dirname "$0")";pwd) |
||||
export KKFILEVIEW_BIN_FOLDER=$KKFILEVIEW_BIN_FOLDER |
||||
cd $KKFILEVIEW_BIN_FOLDER |
||||
echo "Using KKFILEVIEW_BIN_FOLDER $KKFILEVIEW_BIN_FOLDER" |
||||
echo "Starting kkFileView..." |
||||
echo "Please check log file for more information" |
||||
nohup java -Dspring.config.location=../conf/application.properties -jar jodconverter-web-1.5.8.RELEASE.jar ../log/kkFileView.log 2>&1 & |
Loading…
Reference in new issue