[opencms-dev] Apache/Tomcat4 httpd.conf and server.xml examples

Stephan Hartmann hartmann at waehrisch-feykes.de
Fri Mar 15 11:28:09 CET 2002


i use mod_jk.

httpd.conf:

LoadModule jk_module libexec/mod_jk.so
 
JkWorkersFile /usr/local/tomcat/conf/workers.properties
JkLogFile /usr/local/tomcat/logs/mod_jk.log
 
JkMount /opencms/* ajp13 #you may add this line also to virtual hosts


server.xml:
make sure your AJP1.3 connector is uncommented:

    <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
               port="8009" minProcessors="5" maxProcessors="75"
               acceptCount="10" debug="0"/>  

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

Bye,
Stephan Hartmann

Währisch & Feykes GmbH
Gustav-Adolf-Str. 5
47057 Duisburg
Tel. 0203 / 373 070
Fax 0203 / 376 766
hartmann at wfnetz.de



More information about the opencms-dev mailing list