What operating system are you installing Tomcat on? When I install
tomcat on Solaris10 I get the following message:
bash-3.00# ./install tomcat
sun-tomcat5.pkg..
Installation was successful.
bash-3.00# svcs -a | grep tomcat
disabled 14:50:35 svc:/network/http:sun-tomcat5
Knowing more about your setup can help narrow down why you are missing
the smf scripts.
Thanks,
Brian
On Sunday 25 January 2009 12:35:52 Louis Hoefler wrote:
> I got a email that I should be able to start tomcat with svcadm enable
> tomcat5 or svcadm enable tomcat6.
>
> However
>
> bash-3.2# svcs -a | grep tomcat
> bash-3.2#
>
> returns no results.
>
> svcadm: Pattern 'tomcat5' doesn't match any instances
> bash-3.2# svcadm enable tomcat6
> svcadm: Pattern 'tomcat6' doesn't match any instances
> bash-3.2# svcadm enable tomcat
> svcadm: Pattern 'tomcat' doesn't match any instances
> bash-3.2#
>
> Also I do not have the svc entry to start tomcat like adviced.
>
> I also tried to reinstall the tomcat packages becouse I thought
> installation was not completed successfully. This doesn't changed
anything.
>
> I read various documentations about webstack but found no answer how to
add
> tomcat to the svc administration.
>
> Thanks Louis Hoefler.