> I have a Sparc box running Solaris 8. I would like to set the JAVA_HOME
> environment variable and I would also like to put a script in the rc3.d to
> allow Tomcat to startup and shutdown with the server. I'm somewhat new to
> the Solaris OS, so I was wondering if I could get more of an expert opinion
> on how to do these two things the best.
Never saw Sun, but on Digital UNIX I create a general purpose startup/shutdown script
in /sbin/init.d/, that takes arguments {start|stop|restart|...} and create links in
/sbin/rc3.d/ and /sbin/rc2.d/ directories to that file.
Nix.