~ubuntu-branches/ubuntu/oneiric/libapache-mod-jk/oneiric

« back to all changes in this revision

Viewing changes to conf/workers.properties.minimal

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2006-08-05 16:30:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060805163053-myf66gm6j1a21ps6
Tags: 1:1.2.18-1ubuntu1
Merge from Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# workers.properties.minimal -
 
2
#
 
3
# This file provides minimal jk configuration properties needed to
 
4
# connect to Tomcat.
 
5
#
 
6
# The workers that jk should create and work with
 
7
#
 
8
 
 
9
worker.list=wlb,jkstatus
 
10
 
 
11
#
 
12
# Defining a worker named ajp13w and of type ajp13
 
13
# Note that the name and the type do not have to match.
 
14
#
 
15
worker.ajp13w.type=ajp13
 
16
worker.ajp13w.host=localhost
 
17
worker.ajp13w.port=8009
 
18
 
 
19
#
 
20
# Defining a load balancer
 
21
 
22
 
 
23
worker.wlb.type=lb
 
24
worker.wlb.balance_workers=ajp13w
 
25
 
 
26
#
 
27
# Define status worker
 
28
#
 
29
 
 
30
worker.jkstatus.type=status