summaryrefslogtreecommitdiffstats
path: root/pki/base/ca/shared/conf/workers.properties.minimal
blob: e3b5942c241d348c1ee45b9f186e9019d4590166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# workers.properties.minimal -
#
# This file provides minimal jk configuration properties needed to
# connect to Tomcat.
#
# The workers that jk should create and work with
#
worker.list=ajp13w


#
# Defining a worker named ajp13w and of type ajp13
# Note that the name and the type do not have to match.
#
worker.ajp13w.type=ajp13
worker.ajp13w.host=localhost
worker.ajp13w.port=8009