Typically, I would install my Java application on an AIX box and add an entry into the /etc/inittab to make sure a)it's always running or b)it gets re-started if the servers gets bounced.
Now, with Solaris it's not that easy to do the same thing. I was told to place some startup script in /etc/init.d/ on Solaris and this will start the application when the server boots up.
First, I tried that and the appliation didn't start when I rebooted the server. Second, is that even the case? Any input would be appreciated on the subject. Thanks...
Now, with Solaris it's not that easy to do the same thing. I was told to place some startup script in /etc/init.d/ on Solaris and this will start the application when the server boots up.
First, I tried that and the appliation didn't start when I rebooted the server. Second, is that even the case? Any input would be appreciated on the subject. Thanks...
