Solaris 10 SMF manifest and method for Apache Tomcat 4.X and 5.X that i mentioned in my previous posts can be downloaded here.
Solaris 10 SMF manifest and method for Apache Tomcat 4.X and 5.X that i mentioned in my previous posts can be downloaded here.
I read with great interrest you blog entries about managing multiple tomcat instances with Solaris SMF. But there’s one thing in the setup that disturbs me and I wanted to check with you if you’ve considered it.
What happens with the already configured instances if the “tcatsmf” is updated. When the preremove executes “/usr/sbin/svccfg delete -f tomcat” will it not remove the instance configuration as well.
Maybe the preremove should also try to save all instance configuration before “/usr/sbin/svccfg delete -f tomcat” and let the preremove import any old instances after “/usr/sbin/svccfg import ..”?