Posted on 08-20-2013 10:16 PM
We are migrating our JSS to Redhat 6, is there a script or cron job that will start the JSS on reboot of the server? I can manually restart by restating Tomcat via the JSSDatabaseUtility but would like to have the JSS started automatically at boot.
Solved! Go to Solution.
Posted on 08-21-2013 01:21 AM
chkconfig jamf.tomcat7 on (that will start your jamf.tomcat7 daemon on all operational runlevels)
chkconfig (that will list all daemons and the runlevels they're on or off)
Andrew
P.S. either run as root or sudo the commands
Posted on 08-20-2013 10:59 PM
https://jamfnation.jamfsoftware.com/article.html?id=117
We have installed v8.62 using the JSS Installer on RHEL6 and it automatically starts upon server reboot.
Posted on 08-20-2013 11:08 PM
Thanks, I can already manually start Tomcat, what I am hoping for is a way to auto start Tomcat if the server gets rebooted.
Posted on 08-21-2013 01:21 AM
chkconfig jamf.tomcat7 on (that will start your jamf.tomcat7 daemon on all operational runlevels)
chkconfig (that will list all daemons and the runlevels they're on or off)
Andrew
P.S. either run as root or sudo the commands
Posted on 08-21-2013 04:02 AM
Thanks Andrew, that was the answer I was looking for.
David