Hello again,

> To make this kind of RC script available on also on Solaris
> or other UNIX-like systems, I wrote some simple one.
> I tested it with Tomcat 3.2.3 on Linux, and works well.

The trouble on RedHat 7.0 is reported to me.
"/etc/rc" on RedHat Linux sees if 
     /var/lock/subsys/tomcat
exists, when the target script is KXXtomcat
And, only if this file exists, KXXtomcat will be invoked.
So, on RedHat, the script must create
     /var/lock/subsys/tomcat
at the start up time.
Otherwise, KXXtomcat will not be invoked at the shutdown.
I modified my previous script so that it can be used also on ReHat.

Best regards,
-- 

Happy Java programming!

Jun Inamori
OOP-Reserch
E-mail: [EMAIL PROTECTED]
URL:    http://www.oop-reserch.com/

rctomcat.sh

Reply via email to