Right.  That line simply sets up a Connector.  

Auto-generation of a mod_jk.conf file is handled by a Listener element in
server.xml (or in this case tomcat4-service.xml, I think).

Manoj, this is explained in the docs:

http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html

Look for the section titled "Using ApacheConfig".

John Turner
[EMAIL PROTECTED]


> -----Original Message-----
> From: Peter T. Abplanalp [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 05, 2002 6:19 PM
> To: [EMAIL PROTECTED]
> Subject: Re: mod_jk.conf file is not created
> 
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Thu, Sep 05, 2002 at 10:11:08PM +0000, Manoj Kithany wrote:
> > Hi Mr. Peter,
> 
> hello.
> 
> > Greetings! Thank You for the information.
> 
> welcome.
> 
> > I tried to include following to tomcat4-service.xml file 
> but in vain....
> > 
> > <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
> >     port="8009" minProcessors="5" maxProcessors="75" 
> enableLookups="true" 
> > acceptCount="10" debug="1" />
> 
> all this does is set up the connector to listen on port
> 8009.  this will not create your apache config for you.  i
> don't use the auto config generation so i'm not sure on this
> process but i think it involves setting up another connector
> or filter or some such called apacheconfig or some such.
> i'm sure you can find someting via google.
> 
> > THANKS again!
> 
> welcome, again.
> 
> - -- 
> Peter Abplanalp
> PGP:     pgp.mit.edu
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.7 (GNU/Linux)
> 
> iD8DBQE9d9hbggA8sH0iRXQRAiHdAKCh/w8isUF3Cufxz6swVOTILOm4RgCgnjj/
> 953zlTf5tiOM1crOSLk7CgU=
> =s5ic
> -----END PGP SIGNATURE-----
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to