Re: Tomcat + Apache on NT

2001-07-16 Thread Gary Dale
1) Tomcat won't start as a service if the configuration is invalid. However, you don't need to worry too much about the start order if the configuration doesn't change between restarts. 2) You don't need to include it if you have a custom config that includes the relevant information. Some peo

RE: Tomcat + Apache on NT

2001-07-10 Thread Gregory Guthrie
the .conf-auto generated file.   Cheers!     Bruce       -Original Message- From: Gregory Guthrie [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 11:53 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat + Apache on NT Neat. Why isn't this documented anywhere? or done by the setup pro

RE: Tomcat + Apache on NT

2001-07-09 Thread Bruce A. Carson
ou called your service.Then from a command prompt you can stop both services with:NET STOP APACHEJAKand start both with:NET START APACHECheers!Bruce> -Original Message-> From: Gary Dale [mailto:[EMAIL PROTECTED]]> Sent: Monday, July 09, 2001 3:26

RE: Tomcat + Apache on NT

2001-07-09 Thread Gregory Guthrie
E Cheers! Bruce > -Original Message- > From: Gary Dale [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 09, 2001 3:26 PM > To: [EMAIL PROTECTED] > Subject: Re: Tomcat + Apache on NT > > > You only need to start Tomcat ahead of Apache if you have changed > Tomcat

Re: Tomcat + Apache on NT

2001-07-09 Thread Gregory Guthrie
At 03:26 PM 07/09/2001 -0400, Gary Dale wrote: You only need to start Tomcat ahead of Apache if you have changed Tomcat's configuration and are including the .conf-auto in httpd.conf. What I suggest is setting them both to automatically start, then if you change anything, shut them down and restar

RE: Tomcat + Apache on NT

2001-07-09 Thread Bruce A. Carson
PROTECTED]] > Sent: Monday, July 09, 2001 3:26 PM > To: [EMAIL PROTECTED] > Subject: Re: Tomcat + Apache on NT > > > You only need to start Tomcat ahead of Apache if you have changed > Tomcat's configuration and are including the .conf-auto in httpd.conf. > What I

Re: Tomcat + Apache on NT

2001-07-09 Thread Gary Dale
You only need to start Tomcat ahead of Apache if you have changed Tomcat's configuration and are including the .conf-auto in httpd.conf. What I suggest is setting them both to automatically start, then if you change anything, shut them down and restart them in the correct (Tomcat first) order

Re: Tomcat + Apache on NT

2001-07-08 Thread Gregory Guthrie
At 10:58 PM 07/08/2001 +0100, Vinay Menon wrote: why are u using mod_jserv? I am not; but the Tomcat/Apache documentation used this terminology. I use mod_jk.dl. As far as I see much of the Tomcat documentation is out of data/sync, it talks about Jserv, and other places references Jserv actions,

Re: Tomcat + Apache on NT

2001-07-08 Thread Vinay Menon
why are u using mod_jserv? - Original Message - From: Gregory Guthrie To: [EMAIL PROTECTED] Sent: Sunday, July 08, 2001 7:17 PM Subject: Tomcat + Apache on NT It is not clear (to me) that I have to manually start both Tomcat andApache servers on NT (Win2K Pro)

RE: Tomcat + Apache on NT

2001-07-06 Thread
Use mod_jk rather than mod_jserv. Provided that you properly configured the Apache/Tomcat combo (with appropriate entry in the httpd.conf, as described in Tomcat docs), you'll have to start Tomcat first and then start Apache. Manually. -Original Message- From: Gregory Guthrie [mailto:[E