Re: Newbie: Apache Tomcat Configuration.

2003-06-13 Thread John Turner
: Thursday, June 12, 2003 5:10 PM To: 'Tomcat Users List' Subject: RE: Newbie: Apache Tomcat Configuration. Muhammad You actually configure apache to call tomcat when ever it needs it - i.e tomcat runs in-process This configuration is done in your jk2 config file in the tomcat/conf directory

RE: Newbie: Apache Tomcat Configuration.

2003-06-12 Thread Sohail Muhammad
, June 11, 2003 8:37 PM To: Tomcat Users List Subject: Re: Newbie: Apache Tomcat Configuration. No, AJP is a protocol. John On Wed, 11 Jun 2003 10:32:53 -0400, Phillip Qin [EMAIL PROTECTED] wrote: Is there a connector called ajp14? -Original Message- From: Michele Neylon

RE: Newbie: Apache Tomcat Configuration.

2003-06-12 Thread Kevin Passey
Users List Subject: RE: Newbie: Apache Tomcat Configuration. Hello, i have added the following lines in my conf/server.xml file: Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75 acceptCount=10 debug=0/ when i start

RE: Newbie: Apache Tomcat Configuration.

2003-06-12 Thread Sohail Muhammad
June 2003 10:33 To: Tomcat Users List Subject: RE: Newbie: Apache Tomcat Configuration. Hello, i have added the following lines in my conf/server.xml file: Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75 acceptCount=10

Re: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread Michele Neylon :: Blacknight Solutions
Hello All, Newbie Question: I believe these questions have been answered before but i have not been able to grasp the procedure. 1) I want to use Tomcat 4.0 with Apache 2.0.43 . How do i integrate the two? If you look in the archive some links to tutorials were posted yesterday.

Re: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread John Turner
On Wed, 11 Jun 2003 14:13:46 +0500, Sohail Muhammad [EMAIL PROTECTED] wrote: I believe these questions have been answered before but i have not been able to grasp the procedure. They're answered daily. 1) I want to use Tomcat 4.0 with Apache 2.0.43 . How do i integrate the two? With a

Re: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread Jason Bainbridge
On Wed, 11 Jun 2003 20:27, John Turner wrote: 3) Is it possible to adjust both Apache and Tomcat in such a way that whenever Apache is started Tomcat starts automatically and whenever Apache stops Tomcat also shutsdown? Possible, yes. Actually accomplished in production, not that I know

RE: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread Phillip Qin
Is there a connector called ajp14? -Original Message- From: Michele Neylon :: Blacknight Solutions [mailto:[EMAIL PROTECTED] Sent: June 11, 2003 5:24 AM To: [EMAIL PROTECTED] Subject: Re: Newbie: Apache Tomcat Configuration. Hello All, Newbie Question: I believe these questions

Re: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread John Turner
: Re: Newbie: Apache Tomcat Configuration. Hello All, Newbie Question: I believe these questions have been answered before but i have not been able to grasp the procedure. 1) I want to use Tomcat 4.0 with Apache 2.0.43 . How do i integrate the two? If you look in the archive some links