SMF for SunOne webserver (6.1SP5)

Hi all :)I'm using SunOne as my webserver, and i would like to know how can i convert the /etc/rc*.d/ script which comes by default to smf based service...is there any guide that explains how to build a service in SMF ?Thank you :)
[260 byte] By [rladm] at [2007-11-26 8:25:25]
# 1
http://www.sun.com/bigadmin/content/selfheal/sdev_intro.htmlMore information at http://opensolaris.org/os/community/smf and you canask questions on smf-discuss@opensolaris.org .
David_Bustos at 2007-7-6 21:38:02 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

I've been messing with this myself and I'd suggest leaving the rc.d as it is since the script depends on some dynamic contents (variable=`which executable` for example) which cannot be used within a SMF manifest right now.

And the SunONE server executable (webservd-wdog) depends on many environment variables. So personally I'd simply stick to the rc.d script for now.

LionO at 2007-7-6 21:38:02 > top of Java-index,Solaris Operating System,Solaris 10 Features...