View | Details | Raw Unified | Return to bug 40793
Collapse All | Expand All

(-)howto/apache.xml (-2 / +13 lines)
Lines 244-259 Link Here
244
</source>
244
</source>
245
245
246
<p>
246
<p>
247
Note: this file may also be generated as $TOMCAT_HOME/conf/auto/mod_jk.conf 
248
</p>
249
250
<p>
247
This will tell Apache to use directives in the <b>mod_jk.conf-auto</b> file in the Apache configuration.
251
This will tell Apache to use directives in the <b>mod_jk.conf-auto</b> file in the Apache configuration.
248
This file is created by enabling the Apache auto-configuration as follows, in your server.xml file.
252
This file is created by enabling the Apache auto-configuration as follows, in your server.xml file.
249
<b>Please note that this example is specific to Tomcat 5.x, unlike other sections of this document
253
<b>Please note that this example is specific to Tomcat 5.x, unlike other sections of this document
250
   which also apply to previous Tomcat branches.</b>
254
   which also apply to previous Tomcat branches.</b>  Also, this entry goes within the block for your current 
255
   'Engine', not in a block of its own.
251
</p>
256
</p>
252
<source>
257
<source>
253
  ...
258
  ...
254
  &lt;Engine ...&gt;
259
  &lt;Engine ...&gt;
260
  .
261
  .
262
  .
255
    &lt;Listener className="org.apache.jk.config.ApacheConfig" modJk="/path/to/mod_jk.so" /&gt;
263
    &lt;Listener className="org.apache.jk.config.ApacheConfig" modJk="/path/to/mod_jk.so" /&gt;
256
  &lt;/Engine&gt;
264
  .
265
  .
266
  .
267
    &lt;/Engine&gt;
257
  ...
268
  ...
258
</source>
269
</source>
259
270

Return to bug 40793