Re: Start tomcat before apache on RedHat7.3

2003-01-15 Thread Arcadius A.
Bill Lunnon [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Have attached a copy of my /etc/rc.d/init.d/httpd file. It starts TOMCAT (3.3.1) and apache(1.3.27) and stops the other way. Hope this helps Bill Thanks Bill! :-) -- To unsubscribe, e-mail:

Re: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Arcadius A.
what runs when, and stick the delay in there. Another solution is to not use ApacheConfig (i.e. and the dynamically generated mod_jk.conf file) at all, just use some static version that you created. In fact, this makes a lot more sense to me, for a number of reasons, including that I don't

Re: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Arcadius A.
Turner, John [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Nope, where startup (and shutdown) scripts are located has no bearing whatsoever on when they are started. Where != when. The init directories are known as rcN.d, where N = a number. That number

RE: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Turner, John
Then the delay shouldn't need to be more than 5 or 10 seconds. John -Original Message- From: Arcadius A. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 8:38 AM To: [EMAIL PROTECTED] Subject: Re: Start tomcat before apache on RedHat7.3 what runs when, and stick

Re: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Arcadius A.
Turner, John [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Then the delay shouldn't need to be more than 5 or 10 seconds. Ok John, I'm not asking you to do the whole thing for me but could you give me an example of a script that could do what you're

RE: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Turner, John
that it can continue with other scripts. This delay will probably be enough time to allow Tomcat to finish it's startup process. John -Original Message- From: Arcadius A. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 9:13 AM To: [EMAIL PROTECTED] Subject: Re: Start tomcat

RE: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Mike Millson
I have a howto document in pdf and sxw (Open Office) format that may be of help. http://www.atsga.com/docs/ Mike -Original Message- From: news [mailto:[EMAIL PROTECTED]]On Behalf Of Arcadius A. Sent: Tuesday, January 14, 2003 9:13 AM To: [EMAIL PROTECTED] Subject: Re: Start tomcat

RE: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Bill Lunnon
-Original Message- From: news [mailto:[EMAIL PROTECTED]]On Behalf Of Arcadius A. Sent: Wednesday, 15 January 2003 1:13 AM To: [EMAIL PROTECTED] Subject: Re: Start tomcat before apache on RedHat7.3 Turner, John [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL P

RE: Start tomcat before apache on RedHat7.3

2003-01-13 Thread Turner, John
I'm assuming that you are using the ApacheConfig class to auto-generate configuration directives for Apache's httpd.conf. Tomcat needs time to start up, and the ApacheConfig class needs time to write mod_jk.conf (or whatever file you are using). So, you have to put a delay into the process

Re: Start tomcat before apache on RedHat7.3

2003-01-13 Thread Arcadius A.
Turner, John [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'm assuming that you are using the ApacheConfig class to auto-generate configuration directives for Apache's httpd.conf. Tomcat needs time to start up, and the ApacheConfig class needs time to

RE: Start tomcat before apache on RedHat7.3

2003-01-13 Thread Turner, John
-Original Message- From: Arcadius A. [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 8:35 AM To: [EMAIL PROTECTED] Subject: Re: Start tomcat before apache on RedHat7.3 Turner, John [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL P

RE: Start tomcat before apache on RedHat7.3

2003-01-13 Thread Milt Epstein
On Mon, 13 Jan 2003, Turner, John wrote: I'm assuming that you are using the ApacheConfig class to auto-generate configuration directives for Apache's httpd.conf. Tomcat needs time to start up, and the ApacheConfig class needs time to write mod_jk.conf (or whatever file you are using). So,