I'm not sure exactly what you mean by <ApacheConfig />

If you want to generate a config file automatically, you will need to
add this into your server.xml file nested within either your Engine or
Host attribute (different level of detail depending on where you nest
it).

<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" />


The info came from the manual:
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html

- Andrew

> -----Original Message-----
> From: JY - June Young [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, July 30, 2002 11:49 AM
> To: [EMAIL PROTECTED]
> Subject: How to enable Tomcat's Apache Auto-config
> 
> 
> I am using Apache 1.3 and Apache Tomcat 4.0.
> 
> I downloaded the binary mod_jk.dll from 
> http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/b
> in/win32/i
> 386/.
> 
> The doc says to configure Tomcat to generate the Apache 
> auto-configuration add the following block to your 
> TOMCAT_HOME/conf/server.xml file after <AutoWebApp .../>  
> <ApacheConfig />
> 
> I can't find <AutoWebApp /> in server.xml of my Tomcat 4.0, 
> and I am not quite clear what block to add.
> 
> Can anyone tell me how to config server.xml to generate the 
> Apache auto-configuration?
> 
> Thanks,
> 
> June Young
> 
> 
> June Young, Software Development                   bus: (902)422-1973
> x144
> Dymaxion Research Ltd., 5515 Cogswell St.,      fax: (902)421-1267
> Halifax, Nova Scotia, B3J 1R2 Canada           mailto:
> [EMAIL PROTECTED]
> http://www.dymaxion.ca
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-> [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