Created
April 22, 2020 08:47
-
-
Save frjufvjn/23d3741b80449effd09573b6f283a428 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
############################################################ | |
# sys-mon java application server start&stop script | |
# Created by [email protected] | |
############################################################ | |
. "./setpath.sh" | |
DEPLOY_NAME="sys-mon" | |
JAVA_HOME="$JAVA_HOME" #/home/stat/ismon/java-se-9-ri/jdk-9 #"$JAVA_HOME" # MODIFIABLE | |
VERSION=1.3.2-release # MODIFIABLE | |
APP_NAME="[sys-mon Server]" # MODIFIABLE | |
AUTHOR="[email protected]" | |
VERTX_INSTANCES=4 # MODIFIABLE | |
JMX_PORT=8991 # MODIFIABLE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment