Hello Arnaud,

So, that goes inside any defined <Context> tag?  So every webapp needs
to be mentioned in the Server.xml file with that line inside in order
to generate the auto/mod_jk.conf?  Seems like kind of a pain.  Is there
some way to generate that info while the server is running like in
Tomcat3.3.x? ( %TOMCAT_HOME%\bin\startup.bat -jkconf ).  Also, in
Tomcat3.3.x, you can do <ApacheConfig forwardAll="false" noRoot="true"/>
which will generate a mod_jk.conf where all static content is served
by Apache and dynamic content forwarded to Tomcat.  In addition, it
reads each webapp's web.xml to generate the proper JkMount directives.

Does Tomcat4 contain this functionality?  If not, why not?


Jake

Friday, April 05, 2002, 9:15:25 AM, you wrote:

AH> This file is generated automatically when you declare in your server.xml :

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

AH> Arnaud

>> -----Message d'origine-----
>> De:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
>> Date: vendredi 5 avril 2002 16:18
>> A:    [EMAIL PROTECTED]
>> Objet:        Where is the conf/auto directory in 4.03?
>> 
>> It mentions in the documentation to use th following line.
>> 
>> "Include $CATALINA_HOME/conf/auto/mod_jk.conf"
>> 
>> But there is no conf/auto directory in Tomcat 4.03.
>> I know this is probably stupid, but what am I doing wrong?
>> 
>> 
>> 
>> 
>> 
>> 
>> --
>> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
>> For additional commands: <mailto:[EMAIL PROTECTED]>
>> Troubles with the list: <mailto:[EMAIL PROTECTED]>


AH> --
AH> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
AH> For additional commands: <mailto:[EMAIL PROTECTED]>
AH> Troubles with the list: <mailto:[EMAIL PROTECTED]>



-- 
Best regards,
 Jacob                            mailto:[EMAIL PROTECTED]


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to