How do I install Tomcat as a daemon on OS X? It should run even when a user is not logged on.
I could probably survive installing Tomcat for a single users and having it run at log in, for now. But long term I need it installed and running as a service on boot.
You could write your own LaunchDaemon script for it.
Launch Services can be used to set up user or system-based startup.