I\'m trying to figure out why my launchd script is not working. It is extremely simple, but I am new to the mac environment and trying to get accustomed. Here\'s my plist. I
To make your script run automatically when you call launchctl load, you need to add :-
RunAtLoad
Alternatively you could use :-
launchctl start com.tomcat.plist