I am trying to upgrade a development environment from 9.0.20 to 9.0.34 and I am
having issues getting the tomcat-connectors-1.2.46 (mod_jk) to work in with the
new version. The Apache HTTPD configuration remains unchanged the paths pass
through a symbolic link I change to switch versions. The workers.properties
file was copied over and is identical. I added the same definition for the AJP
connector into server.xml. I will place the pieces I modified below.
Server.xml:
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="8009"
protocol="AJP/1.3"
redirectPort="443"
address="127.0.0.1"
enableLookups="false"
tomcatAuthentication="false"
secretRequired="false"
maxPostSize="100000" />
Workers.properties:
#define 1st worker using worker1
worker.list=worker1
#set properties for the worker1 worker
worker.worker1.type=ajp13
worker.worker1.host=127.0.0.1
worker.worker1.port=8009
worker.worker1.lbfactor=50
worker.worker1.cachesize=10
worker.worker1.cache_timeout=600
worker.worker1.socket_keepalive=1
worker.worker1.recycle_timeout=300
Darryl Baker, GSEC (he/him/his)
Sr. System Administrator
Distributed Application Platform Services
Northwestern University
1800 Sherman Ave.
Suite 6-600 – Box #39
Evanston, IL 60201-3715
[email protected]<mailto:[email protected]>
(847) 467-6674