Alejandro Arredondo at [EMAIL PROTECTED] wrote:
> How can I add tomcat to run as a service under Linux and to work with apache?.
> I saw the script that starts apache at boot time and looks pretty confusing.
> Is there any way to add tomcat to that script to start before apache?
> Thanks in advan
The /etc/rc.d/init.d scripts look complex, but there's really one very
simple line to them:
# chkconfig: 345 85 15
its the comment at the top of them all. to get tomcat to start
automatically, try something like (note I haven't done this myself, so its
not guarenteed to work - but do ask):
1.
How can I add tomcat to run as a service under Linux and to work with apache?. I saw
the script that starts apache at boot time and looks pretty confusing. Is there any
way to add tomcat to that script to start before apache?
Thanks in advance
___