From: Didier Dubois <[EMAIL PROTECTED]>
Subject: Newbie: TDK and Apache
Date: Sun, 15 Oct 2000 15:41:20 +0200
Message-ID: <[EMAIL PROTECTED]>

didier.dubois> Hi,
didier.dubois> 
didier.dubois> We are trying TDK here. But to works well with Tomacat. Is there an easy
didier.dubois> way to make it work with Apache?
didier.dubois> 

0. Compile mod_jk apache module for your platform (described in mod_jk
FAQ in Tomcat documentation) and install it.

1.If you want to use new ajp13 worker add to

$TOMCAT_HOME/conf/server.xml new connector definition:

        <Connector className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter name="handler"
        value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/>
            <Parameter name="port" value="8009"/>
          </Connector>

2.Edit $TOMCAT_HOME/conf/workers.properties (set Tomcat home, java home
and types of workers).

3. Start Tomcat. It'll generate $TOMCAT_HOME/conf/mod_jk.conf-auto on
startup.

4. Apache

4.1 Check that directive

   LoadModule jk_module ...

pointed to the write location of jk_mod you installed at step 0.

4.2 Add to Apache httpd.conf :

Include $TOMCAT_HOME/conf/mod_jk.conf-auto

If you want to make some changes in this file copy it, rename and
include instead mod_jk.conf-auto .

5. That's all. Also read mod_jk FAQ in Tomcat documentation and apache
manual on mod_rewrite module.



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to