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
before apache on RedHat7.3 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

RE: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Mike Millson
before apache on RedHat7.3 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

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

Start tomcat before apache on RedHat7.3

2003-01-13 Thread Arcadius A.
Hello! I've successfully installed tomcat+apache+mod_jk. Everything work fine...except : At boot time, apache starts before tomcat so after the system boots, I still need to restart apache before I can access the jsp pages Note that I have placed startup scripts for both apache and tomcat in

RE: Start tomcat before apache on RedHat7.3

2003-01-13 Thread Turner, John
- From: Arcadius A. [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 8:10 AM To: [EMAIL PROTECTED] Subject: Start tomcat before apache on RedHat7.3 Hello! I've successfully installed tomcat+apache+mod_jk. Everything work fine...except : At boot time, apache starts before tomcat

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
AM To: [EMAIL PROTECTED] Subject: Start tomcat before apache on RedHat7.3 Hello! I've successfully installed tomcat+apache+mod_jk. Everything work fine...except : At boot time, apache starts before tomcat so after the system boots, I still need to restart apache before I can