On 10 Mar 2006, at 07:24, Bertrand Delacretaz wrote:

I have configured apache2 to start automatically for http:// cocoon.zones.apache.org/ , so at least that page should come up when the zone is restarted. Not being familiar with Solaris's smf, I did it the old /etc/init.d way.

Did you put a link from /etc/init.d/... to the Runlevel 2 scripts?

ln -sf /etc/init.d/apache /etc/rc2.d/S99apache

You can use "apachectl" directly in there as well

ln -sf /usr/local/apache/apachectl /etc/init.d/apache
ln -sf /etc/init.d/apache /etc/rc2.d/S99apache

But remember the link in 'rc2.d', called "S99....." (which means start with order 99).

        Pier


The live Cocoon demos are still restarted via crontab only, so they might come up later, for now.

I haven't touched the Daisy config, so it still needs a manual start when the zone restarts. If one of our Daisyists could write a script to start it and put it in /home/daisy (I think it needs some delay between starting the various components?), it would be easy to run that automatically from /etc/init.d.

-Bertrand

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to