Mac OS X,  Mass Deployment

Restart Tomcat Using jssutil

I recently needed to restart tomcat on a JSS (my fault not theirs). Because I had other processes running on the same box, I used the jssutil command to restart the tomcat service, using jssutil along with the rt verb:

jssutil rt

Turned out I had screwed things up a little more than all that so tomcat didn’t come back on its own, to get the service to kick back on, use the same command along with the startTomcat verb:

jssutil startTomcat