Hello,
Does anyone have a best practice for autostarting kms inside docker
whenever there is a docker or server restart?
Could you share it please?
Also, for tomcat3 to restart automatically on reboot I had to add the
following symlinks:
ln -s /etc/init.d/tomcat3 /etc/rc0.d/K01tomcat3
ln -s /etc/init.d/tomcat3 /etc/rc1.d/K01tomcat3
ln -s /etc/init.d/tomcat3 /etc/rc6.d/K01tomcat3
ln -s /etc/init.d/tomcat3 /etc/rc2.d/S01tomcat3
ln -s /etc/init.d/tomcat3 /etc/rc3.d/S01tomcat3
ln -s /etc/init.d/tomcat3 /etc/rc4.d/S01tomcat3
ln -s /etc/init.d/tomcat3 /etc/rc5.d/S01tomcat3
Does anyone ahve abetter way to enable tomcat autorestart on server
reboot? If so, could you share it please?
Thanks,
Ed