Skip to content

utrains/JavaApplicationServiceManager-JASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

JavaApplicationServiceManager-JASM

Edit these variables at the top of the script:

  • 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

Make script executable

chmod +x install.sh

Start the application

./install.sh start

Stop the application gracefully

./install.sh stop

Restart the application

./install.sh restart

Check application status

./install.sh status

View logs (last 50 lines by default)

./install.sh logs

View last 100 lines of logs

./install.sh logs 100

Display help

./install.sh help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages