- APP_NAME="bioMedical" # Your application name
- JAR_FILE="/path/to/your/application.jar" # Path to JAR file
- JAVA_OPTS="-Xms512m -Xmx1024m -server" # Java options
- WORK_DIR="/path/to/workdir" # Working directory
- MAX_WAIT=30 # Seconds to wait for graceful stop
chmod +x install.sh
./install.sh start
./install.sh stop
./install.sh restart
./install.sh status
./install.sh logs
./install.sh logs 100
./install.sh help