I want jboss to start on boot. I created a simple script on rc.local
nohup /data/jboss-eap-7.2/bin/startup-server.sh 0.0.0.0 &
It started after booting, but when I check the log, there's some point where jboss stopped and the program restarted and ran again. How do I make it so Jboss just runs normally without stopping and restarting?
Asked by alya
(1 rep)
Jul 4, 2023, 03:54 AM