5108714805
mod_jk is a DSO module for Apache 1.3. It connects Apache to Tomcat. mod_jk can be configured to off-load SSL processing to Apache, serve static content for webapps and load balance multiple Tomcat servers. WWW: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/ from Kurt Miller <truk at apache dot org>
19 lines
297 B
Properties
19 lines
297 B
Properties
# BEGIN workers.properties
|
|
#
|
|
# Setup for apache system
|
|
#
|
|
ps=/
|
|
worker.list=ajp13
|
|
|
|
# Definition for Ajp13 worker
|
|
#
|
|
# Change the worker.ajp13.host entry to the location of your
|
|
# Tomcat server.
|
|
|
|
worker.ajp13.type=ajp13
|
|
worker.ajp13.port=8009
|
|
worker.ajp13.host=127.0.0.1
|
|
|
|
#
|
|
# END workers.properties
|