This is an automated email from the ASF dual-hosted git repository.

shenghang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/master by this push:
     new 85b4a4ef0 [improve] revert modify bin shells (#2735)
85b4a4ef0 is described below

commit 85b4a4ef0c5fe346f3a57455a07871c662f83a85
Author: tomsun28 <[email protected]>
AuthorDate: Sat Sep 21 11:37:13 2024 +0800

    [improve] revert modify bin shells (#2735)
---
 script/assembly/collector/assembly-linux-amd64.xml |  2 +-
 script/assembly/collector/assembly-linux-arm64.xml |  2 +-
 script/assembly/collector/assembly-macos-amd64.xml |  2 +-
 script/assembly/collector/assembly-macos-arm64.xml |  2 +-
 script/assembly/collector/assembly-windows-64.xml  |  2 +-
 script/assembly/collector/assembly.xml             |  2 +-
 script/assembly/collector/bin/entrypoint.sh        |  8 +++-----
 script/assembly/collector/bin/restart.sh           | 13 ++-----------
 script/assembly/collector/bin/shutdown.bat         |  6 +++---
 script/assembly/collector/bin/shutdown.sh          |  4 ++--
 script/assembly/collector/bin/startup.bat          |  8 +++-----
 script/assembly/collector/bin/startup.sh           |  8 +++-----
 script/assembly/server/assembly-linux-amd64.xml    |  2 +-
 script/assembly/server/assembly-linux-arm64.xml    |  2 +-
 script/assembly/server/assembly-macos-amd64.xml    |  2 +-
 script/assembly/server/assembly-macos-arm64.xml    |  2 +-
 script/assembly/server/assembly-windows-64.xml     |  2 +-
 script/assembly/server/assembly.xml                |  2 +-
 script/assembly/server/bin/entrypoint.sh           |  8 +++-----
 script/assembly/server/bin/restart.sh              | 13 ++-----------
 script/assembly/server/bin/shutdown.bat            |  6 +++---
 script/assembly/server/bin/shutdown.sh             |  4 ++--
 script/assembly/server/bin/startup.bat             |  8 +++-----
 script/assembly/server/bin/startup.sh              |  8 +++-----
 24 files changed, 44 insertions(+), 74 deletions(-)

diff --git a/script/assembly/collector/assembly-linux-amd64.xml 
b/script/assembly/collector/assembly-linux-amd64.xml
index f90c97b57..9d230f12d 100644
--- a/script/assembly/collector/assembly-linux-amd64.xml
+++ b/script/assembly/collector/assembly-linux-amd64.xml
@@ -66,7 +66,7 @@ http://maven.apache.org/ASSEMBLY/2.0.0 ">
         <!-- Pack the startup jar in the target directory to the directory-->
         <fileSet>
             <directory>target</directory>
-            <outputDirectory>/lib</outputDirectory>
+            <outputDirectory>/</outputDirectory>
             <includes>
                 <include>*.jar</include>
             </includes>
diff --git a/script/assembly/collector/assembly-linux-arm64.xml 
b/script/assembly/collector/assembly-linux-arm64.xml
index b93341f23..900f827b2 100644
--- a/script/assembly/collector/assembly-linux-arm64.xml
+++ b/script/assembly/collector/assembly-linux-arm64.xml
@@ -66,7 +66,7 @@ http://maven.apache.org/ASSEMBLY/2.0.0 ">
         <!-- Pack the startup jar in the target directory to the directory-->
         <fileSet>
             <directory>target</directory>
-            <outputDirectory>/lib</outputDirectory>
+            <outputDirectory>/</outputDirectory>
             <includes>
                 <include>*.jar</include>
             </includes>
diff --git a/script/assembly/collector/assembly-macos-amd64.xml 
b/script/assembly/collector/assembly-macos-amd64.xml
index 8564c632b..416a34c74 100644
--- a/script/assembly/collector/assembly-macos-amd64.xml
+++ b/script/assembly/collector/assembly-macos-amd64.xml
@@ -66,7 +66,7 @@ http://maven.apache.org/ASSEMBLY/2.0.0 ">
         <!-- Pack the startup jar in the target directory to the directory-->
         <fileSet>
             <directory>target</directory>
-            <outputDirectory>/lib</outputDirectory>
+            <outputDirectory>/</outputDirectory>
             <includes>
                 <include>*.jar</include>
             </includes>
diff --git a/script/assembly/collector/assembly-macos-arm64.xml 
b/script/assembly/collector/assembly-macos-arm64.xml
index de9f14f86..4394639af 100644
--- a/script/assembly/collector/assembly-macos-arm64.xml
+++ b/script/assembly/collector/assembly-macos-arm64.xml
@@ -66,7 +66,7 @@ http://maven.apache.org/ASSEMBLY/2.0.0 ">
         <!-- Pack the startup jar in the target directory to the directory-->
         <fileSet>
             <directory>target</directory>
-            <outputDirectory>/lib</outputDirectory>
+            <outputDirectory>/</outputDirectory>
             <includes>
                 <include>*.jar</include>
             </includes>
diff --git a/script/assembly/collector/assembly-windows-64.xml 
b/script/assembly/collector/assembly-windows-64.xml
index f457cd411..fe7f14125 100644
--- a/script/assembly/collector/assembly-windows-64.xml
+++ b/script/assembly/collector/assembly-windows-64.xml
@@ -66,7 +66,7 @@ http://maven.apache.org/ASSEMBLY/2.0.0 ">
         <!-- Pack the startup jar in the target directory to the directory-->
         <fileSet>
             <directory>target</directory>
-            <outputDirectory>/lib</outputDirectory>
+            <outputDirectory>/</outputDirectory>
             <includes>
                 <include>*.jar</include>
             </includes>
diff --git a/script/assembly/collector/assembly.xml 
b/script/assembly/collector/assembly.xml
index 5cae89831..1d2beb0a9 100644
--- a/script/assembly/collector/assembly.xml
+++ b/script/assembly/collector/assembly.xml
@@ -66,7 +66,7 @@ http://maven.apache.org/ASSEMBLY/2.0.0 ">
         <!-- Pack the startup jar in the target directory to the directory-->
         <fileSet>
             <directory>target</directory>
-            <outputDirectory>/lib</outputDirectory>
+            <outputDirectory>/</outputDirectory>
             <includes>
                 <include>*.jar</include>
             </includes>
diff --git a/script/assembly/collector/bin/entrypoint.sh 
b/script/assembly/collector/bin/entrypoint.sh
index c6a86adb8..0867dc8c4 100644
--- a/script/assembly/collector/bin/entrypoint.sh
+++ b/script/assembly/collector/bin/entrypoint.sh
@@ -17,10 +17,10 @@
 # limitations under the License.
 
 # project name
-SERVER_NAME="hertzbeat-collector"
+SERVER_NAME="${project.build.finalName}"
 
 # jar name
-#JAR_NAME="${project.build.finalName}.jar"
+JAR_NAME="${project.build.finalName}.jar"
 
 # cd bin
 cd `dirname $0`
@@ -34,10 +34,8 @@ DEPLOY_DIR=`pwd`
 # config dir
 CONF_DIR=$DEPLOY_DIR/config
 MAIN_CLASS="org.apache.hertzbeat.collector.Collector"
-LIB_PATH="$DEPLOY_DIR/lib"
 EXT_LIB_PATH="$DEPLOY_DIR/ext-lib"
-TARGET_LIB_PATH="$DEPLOY_DIR/target"
-CLASSPATH="$LIB_PATH/*:$TARGET_LIB_PATH/*:$EXT_LIB_PATH/*"
+CLASSPATH="$DEPLOY_DIR/$JAR_NAME:$EXT_LIB_PATH/*"
 # log dir
 LOGS_DIR=$DEPLOY_DIR/logs
 # create logs dir when not exist
diff --git a/script/assembly/collector/bin/restart.sh 
b/script/assembly/collector/bin/restart.sh
index 3ef7f991c..30bd4f6e5 100644
--- a/script/assembly/collector/bin/restart.sh
+++ b/script/assembly/collector/bin/restart.sh
@@ -16,23 +16,14 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# cd bin dir
-cd `dirname $0`
-# bin dir
-BIN_DIR=`pwd`
-# return root dir
-cd ..
-# root path dir
-DEPLOY_DIR=`pwd`
-
 # restart start time
 startTime=$(date +%s)
 echo -e "\033[0;31mCurrent Time is:$(date "+%Y-%m-%d %H:%M:%S") Restart 
Now!\033[0m"
-$DEPLOY_DIR/bin/shutdown.sh
+./shutdown.sh
 echo
 sleep 2
 echo
-$DEPLOY_DIR/bin/startup.sh
+./startup.sh
 # restart end time
 endTime=$(date +%s)
 echo -e  "\033[0;31mCurrent Time is:$(date "+%Y-%m-%d %H:%M:%S") Restart 
Success!Spend $((endTime - startTime)) seconds \033[0m";
diff --git a/script/assembly/collector/bin/shutdown.bat 
b/script/assembly/collector/bin/shutdown.bat
index 9acadc0d3..41a4599ec 100644
--- a/script/assembly/collector/bin/shutdown.bat
+++ b/script/assembly/collector/bin/shutdown.bat
@@ -19,17 +19,17 @@
 @echo off 
 setlocal enabledelayedexpansion
 
-set SERVER_NAME="hertzbeat-collector"
+set SERVER_NAME="${project.artifactId}"
 
 
 set SERVER_PORT=1159
 
-echo Start shutdown HertzBeat %SERVER_NAME%
+echo Start shutdown HertzBeat %SERVER_NAME% 
 
 for /f "tokens=1-5" %%i in ('netstat -ano^|findstr ":%SERVER_PORT%"') do (
     echo kill the process %%m who use the port 
     taskkill /pid %%m -t -f
-    echo Shutdown HertzBeat %SERVER_NAME% Success!
+    echo Shutdown HertzBeat %SERVER_NAME% Success!  
     goto q
 )
 echo Failed shutdown HertzBeat %SERVER_NAME%
diff --git a/script/assembly/collector/bin/shutdown.sh 
b/script/assembly/collector/bin/shutdown.sh
index bce36f4a2..e394ea154 100644
--- a/script/assembly/collector/bin/shutdown.sh
+++ b/script/assembly/collector/bin/shutdown.sh
@@ -16,10 +16,10 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # project name
-APPLICATION="hertzbeat-collector"
+APPLICATION="${project.artifactId}"
 
 # jar file name
-APPLICATION_JAR="hertzbeat.collector"
+APPLICATION_JAR="${project.build.finalName}.jar"
 
 # find the service pid, kill -9 pid
 PID=$(ps -ef | grep java | grep "${APPLICATION_JAR}" | grep -v grep | awk '{ 
print $2 }')
diff --git a/script/assembly/collector/bin/startup.bat 
b/script/assembly/collector/bin/startup.bat
index d644e498f..03eeca153 100644
--- a/script/assembly/collector/bin/startup.bat
+++ b/script/assembly/collector/bin/startup.bat
@@ -19,9 +19,9 @@
 @echo off
 setlocal enabledelayedexpansion
 
-set SERVER_NAME="hertzbeat-collector"
+set SERVER_NAME=${project.artifactId}
 
-@REM set JAR_NAME=${project.build.finalName}.jar
+set JAR_NAME=${project.build.finalName}.jar
 
 rem enter the bin directory
 cd /d %~dp0
@@ -43,10 +43,8 @@ for /f "tokens=1-5" %%i in ('netstat -ano^|findstr 
"0.0.0.0:%SERVER_PORT%"') do
 )
 set MAIN_CLASS=org.apache.hertzbeat.collector.Collector
 set LOGS_DIR=%DEPLOY_DIR%\logs
-set LIB_PATH=%DEPLOY_DIR%\lib
 set EXT_LIB_PATH=%DEPLOY_DIR%\ext-lib
-set TARGET_LIB_PATH=%DEPLOY_DIR%\target
-set CLASSPATH=%LIB_PATH%\*;%TARGET_LIB_PATH%\*;%EXT_LIB_PATH%\*
+set CLASSPATH=%DEPLOY_DIR%\%JAR_NAME%;%EXT_LIB_PATH%\*
 
 if not exist %LOGS_DIR% (
     mkdir %LOGS_DIR%
diff --git a/script/assembly/collector/bin/startup.sh 
b/script/assembly/collector/bin/startup.sh
index ba29f20a4..5b48adce4 100644
--- a/script/assembly/collector/bin/startup.sh
+++ b/script/assembly/collector/bin/startup.sh
@@ -17,10 +17,10 @@
 # limitations under the License.
 
 # project name
-SERVER_NAME="hertzbeat-collector"
+SERVER_NAME="${project.artifactId}"
 
 # jar file name
-#JAR_NAME="${project.build.finalName}.jar"
+JAR_NAME="${project.build.finalName}.jar"
 
 # cd bin dir
 cd `dirname $0`
@@ -72,10 +72,8 @@ if [ -n "$SERVER_PORT" ]; then
     fi
 fi
 MAIN_CLASS="org.apache.hertzbeat.collector.Collector"
-LIB_PATH="$DEPLOY_DIR/lib"
 EXT_LIB_PATH="$DEPLOY_DIR/ext-lib"
-TARGET_LIB_PATH="$DEPLOY_DIR/target"
-CLASSPATH="$LIB_PATH/*:$TARGET_LIB_PATH/*:$EXT_LIB_PATH/*"
+CLASSPATH="$DEPLOY_DIR/$JAR_NAME:$EXT_LIB_PATH/*"
 # log dir
 LOGS_DIR=$DEPLOY_DIR/logs
 # create logs dir when not exist
diff --git a/script/assembly/server/assembly-linux-amd64.xml 
b/script/assembly/server/assembly-linux-amd64.xml
index b18e5a702..05e519218 100644
--- a/script/assembly/server/assembly-linux-amd64.xml
+++ b/script/assembly/server/assembly-linux-amd64.xml
@@ -72,7 +72,7 @@ http://maven.apache.org/ASSEMBLY/2.0.0 ">
         <!-- Pack the startup jar in the target directory to the directory-->
         <fileSet>
             <directory>target</directory>
-            <outputDirectory>/lib</outputDirectory>
+            <outputDirectory>/</outputDirectory>
             <includes>
                 <include>*.jar</include>
             </includes>
diff --git a/script/assembly/server/assembly-linux-arm64.xml 
b/script/assembly/server/assembly-linux-arm64.xml
index 97895080b..4e2158803 100644
--- a/script/assembly/server/assembly-linux-arm64.xml
+++ b/script/assembly/server/assembly-linux-arm64.xml
@@ -72,7 +72,7 @@ http://maven.apache.org/ASSEMBLY/2.0.0 ">
         <!-- Pack the startup jar in the target directory to the directory-->
         <fileSet>
             <directory>target</directory>
-            <outputDirectory>/lib</outputDirectory>
+            <outputDirectory>/</outputDirectory>
             <includes>
                 <include>*.jar</include>
             </includes>
diff --git a/script/assembly/server/assembly-macos-amd64.xml 
b/script/assembly/server/assembly-macos-amd64.xml
index 38a4e666d..3c68541b4 100644
--- a/script/assembly/server/assembly-macos-amd64.xml
+++ b/script/assembly/server/assembly-macos-amd64.xml
@@ -72,7 +72,7 @@ http://maven.apache.org/ASSEMBLY/2.0.0 ">
         <!-- Pack the startup jar in the target directory to the directory-->
         <fileSet>
             <directory>target</directory>
-            <outputDirectory>/lib</outputDirectory>
+            <outputDirectory>/</outputDirectory>
             <includes>
                 <include>*.jar</include>
             </includes>
diff --git a/script/assembly/server/assembly-macos-arm64.xml 
b/script/assembly/server/assembly-macos-arm64.xml
index 4f6af2bfd..c230d513b 100644
--- a/script/assembly/server/assembly-macos-arm64.xml
+++ b/script/assembly/server/assembly-macos-arm64.xml
@@ -71,7 +71,7 @@ http://maven.apache.org/ASSEMBLY/2.0.0 ">
         <!-- Pack the startup jar in the target directory to the directory-->
         <fileSet>
             <directory>target</directory>
-            <outputDirectory>/lib</outputDirectory>
+            <outputDirectory>/</outputDirectory>
             <includes>
                 <include>*.jar</include>
             </includes>
diff --git a/script/assembly/server/assembly-windows-64.xml 
b/script/assembly/server/assembly-windows-64.xml
index 1ba8940cc..b2ba21b23 100644
--- a/script/assembly/server/assembly-windows-64.xml
+++ b/script/assembly/server/assembly-windows-64.xml
@@ -72,7 +72,7 @@ http://maven.apache.org/ASSEMBLY/2.0.0 ">
         <!-- Pack the startup jar in the target directory to the directory-->
         <fileSet>
             <directory>target</directory>
-            <outputDirectory>/lib</outputDirectory>
+            <outputDirectory>/</outputDirectory>
             <includes>
                 <include>*.jar</include>
             </includes>
diff --git a/script/assembly/server/assembly.xml 
b/script/assembly/server/assembly.xml
index 981260b70..249a0b3e3 100644
--- a/script/assembly/server/assembly.xml
+++ b/script/assembly/server/assembly.xml
@@ -71,7 +71,7 @@ http://maven.apache.org/ASSEMBLY/2.0.0 ">
         <!-- Pack the startup jar in the target directory to the directory-->
         <fileSet>
             <directory>target</directory>
-            <outputDirectory>/lib</outputDirectory>
+            <outputDirectory>/</outputDirectory>
             <includes>
                 <include>*.jar</include>
             </includes>
diff --git a/script/assembly/server/bin/entrypoint.sh 
b/script/assembly/server/bin/entrypoint.sh
index 19eda3003..0a9b0b26e 100644
--- a/script/assembly/server/bin/entrypoint.sh
+++ b/script/assembly/server/bin/entrypoint.sh
@@ -17,10 +17,10 @@
 # limitations under the License.
 
 # project name
-SERVER_NAME="hertzbeat-manager"
+SERVER_NAME="${project.build.finalName}"
 
 # jar name
-#JAR_NAME="${project.build.finalName}.jar"
+JAR_NAME="${project.build.finalName}.jar"
 
 # cd bin
 cd `dirname $0`
@@ -36,10 +36,8 @@ DEPLOY_DIR=`pwd`
 # if a directory is specified, spring will read all configuration files in the 
directory
 CONF_DIR=$DEPLOY_DIR/config
 MAIN_CLASS="org.apache.hertzbeat.manager.Manager"
-LIB_PATH="$DEPLOY_DIR/lib"
 EXT_LIB_PATH="$DEPLOY_DIR/ext-lib"
-TARGET_LIB_PATH="$DEPLOY_DIR/target"
-CLASSPATH="$LIB_PATH/*:$TARGET_LIB_PATH/*:$EXT_LIB_PATH/*"
+CLASSPATH="$DEPLOY_DIR/$JAR_NAME:$EXT_LIB_PATH/*"
 # log dir
 LOGS_DIR=$DEPLOY_DIR/logs
 # create logs dir when not exist
diff --git a/script/assembly/server/bin/restart.sh 
b/script/assembly/server/bin/restart.sh
index 3ef7f991c..30bd4f6e5 100644
--- a/script/assembly/server/bin/restart.sh
+++ b/script/assembly/server/bin/restart.sh
@@ -16,23 +16,14 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# cd bin dir
-cd `dirname $0`
-# bin dir
-BIN_DIR=`pwd`
-# return root dir
-cd ..
-# root path dir
-DEPLOY_DIR=`pwd`
-
 # restart start time
 startTime=$(date +%s)
 echo -e "\033[0;31mCurrent Time is:$(date "+%Y-%m-%d %H:%M:%S") Restart 
Now!\033[0m"
-$DEPLOY_DIR/bin/shutdown.sh
+./shutdown.sh
 echo
 sleep 2
 echo
-$DEPLOY_DIR/bin/startup.sh
+./startup.sh
 # restart end time
 endTime=$(date +%s)
 echo -e  "\033[0;31mCurrent Time is:$(date "+%Y-%m-%d %H:%M:%S") Restart 
Success!Spend $((endTime - startTime)) seconds \033[0m";
diff --git a/script/assembly/server/bin/shutdown.bat 
b/script/assembly/server/bin/shutdown.bat
index 5cb181d4e..2c6de2330 100644
--- a/script/assembly/server/bin/shutdown.bat
+++ b/script/assembly/server/bin/shutdown.bat
@@ -19,17 +19,17 @@
 @echo off 
 setlocal enabledelayedexpansion
 
-set SERVER_NAME="hertzbeat-manager"
+set SERVER_NAME="${project.artifactId}"
 
 
 set SERVER_PORT=1157
 
-echo Start shutdown HertzBeat %SERVER_NAME%
+echo Start shutdown HertzBeat %SERVER_NAME% 
 
 for /f "tokens=1-5" %%i in ('netstat -ano^|findstr ":%SERVER_PORT%"') do (
     echo kill the process %%m who use the port 
     taskkill /pid %%m -t -f
-    echo Shutdown HertzBeat %SERVER_NAME% Success!
+    echo Shutdown HertzBeat %SERVER_NAME% Success!  
     goto q
 )
 echo Failed shutdown HertzBeat %SERVER_NAME%
diff --git a/script/assembly/server/bin/shutdown.sh 
b/script/assembly/server/bin/shutdown.sh
index 9427134a6..ea38cdfaf 100644
--- a/script/assembly/server/bin/shutdown.sh
+++ b/script/assembly/server/bin/shutdown.sh
@@ -16,10 +16,10 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # project name
-APPLICATION="hertzbeat-manager"
+APPLICATION="${project.artifactId}"
 
 # jar file name
-APPLICATION_JAR="hertzbeat.manager"
+APPLICATION_JAR="${project.build.finalName}.jar"
 
 # find the service pid, kill -9 pid
 PID=$(ps -ef | grep java | grep "${APPLICATION_JAR}" | grep -v grep | awk '{ 
print $2 }')
diff --git a/script/assembly/server/bin/startup.bat 
b/script/assembly/server/bin/startup.bat
index 81fe636ff..2647ed078 100644
--- a/script/assembly/server/bin/startup.bat
+++ b/script/assembly/server/bin/startup.bat
@@ -19,9 +19,9 @@
 @echo off
 setlocal enabledelayedexpansion
 
-set SERVER_NAME="hertzbeat-manager"
+set SERVER_NAME=${project.artifactId}
 
-@REM set JAR_NAME=${project.build.finalName}.jar
+set JAR_NAME=${project.build.finalName}.jar
 
 rem enter the bin directory
 cd /d %~dp0
@@ -43,10 +43,8 @@ for /f "tokens=1-5" %%i in ('netstat -ano^|findstr 
"0.0.0.0:%SERVER_PORT%"') do
 )
 set MAIN_CLASS=org.apache.hertzbeat.manager.Manager
 set LOGS_DIR=%DEPLOY_DIR%\logs
-set LIB_PATH=%DEPLOY_DIR%\lib
 set EXT_LIB_PATH=%DEPLOY_DIR%\ext-lib
-set TARGET_LIB_PATH=%DEPLOY_DIR%\target
-set CLASSPATH=%LIB_PATH%\*;%TARGET_LIB_PATH%\*;%EXT_LIB_PATH%\*
+set CLASSPATH=%DEPLOY_DIR%\%JAR_NAME%;%EXT_LIB_PATH%\*
 
 if not exist %LOGS_DIR% (
     mkdir %LOGS_DIR%
diff --git a/script/assembly/server/bin/startup.sh 
b/script/assembly/server/bin/startup.sh
index 138527042..e3dd9a853 100644
--- a/script/assembly/server/bin/startup.sh
+++ b/script/assembly/server/bin/startup.sh
@@ -17,10 +17,10 @@
 # limitations under the License.
 
 # project name
-SERVER_NAME="hertzbeat-manager"
+SERVER_NAME="${project.artifactId}"
 
 # jar file name
-#JAR_NAME="${project.build.finalName}.jar"
+JAR_NAME="${project.build.finalName}.jar"
 
 # cd bin dir
 cd `dirname $0`
@@ -74,10 +74,8 @@ if [ -n "$SERVER_PORT" ]; then
     fi
 fi
 MAIN_CLASS="org.apache.hertzbeat.manager.Manager"
-LIB_PATH="$DEPLOY_DIR/lib"
 EXT_LIB_PATH="$DEPLOY_DIR/ext-lib"
-TARGET_LIB_PATH="$DEPLOY_DIR/target"
-CLASSPATH="$LIB_PATH/*:$TARGET_LIB_PATH/*:$EXT_LIB_PATH/*"
+CLASSPATH="$DEPLOY_DIR/$JAR_NAME:$EXT_LIB_PATH/*"
 # log dir
 LOGS_DIR=$DEPLOY_DIR/logs
 # create logs dir when not exist


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to