$OpenBSD: patch-conf_workers_properties_minimal,v 1.2 2008/02/11 02:18:28 kurt Exp $
--- conf/workers.properties.minimal.orig	Sun Sep  2 15:32:11 2007
+++ conf/workers.properties.minimal	Fri Dec 21 17:50:23 2007
@@ -21,22 +21,15 @@
 # The workers that jk should create and work with
 #
 
-worker.list=wlb,jkstatus
+worker.list=ajp13w,jkstatus
 
 #
 # 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.host=127.0.0.1
 worker.ajp13w.port=8009
-
-#
-# Defining a load balancer
-# 
-
-worker.wlb.type=lb
-worker.wlb.balance_workers=ajp13w
 
 #
 # Define status worker
