Do u hv the example script for this ? That's what I mean actually. Sorry for the previous mail.
-----Original Message----- From: Foo Shyn [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 20, 2005 11:18 AM To: Tomcat Users List Subject: Re: tomcat as service under linux how-to Put a script that starts Apache and Tomcat into the /etc/rc.d/init.d folder. U can modify the rc.local script to run the script when Linux boot. U can run a ps -ef | grep command to check whether Tomcat is running before u start running Apache. By the way, y do u need to start Tomcat first before starting Apache? if u wanna do connection between Apache and Tomcat using mod_jk, i think that starting Apache first before starting Tomcat is the way, just my opinion though. BTW, Google is your friend. F.S. ----- Original Message ----- From: "dummy" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[email protected]> Sent: Wednesday, July 20, 2005 9:29 AM Subject: tomcat as service under linux how-to > Hi, > > I would like to know how to start-up tomcat as services under LINUX and at > the same time start-up apache after tomcat has started. > How to check whether tomcat is already started before apache is started ? > > I don't have this on windows system. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
