summaryrefslogtreecommitdiffstats
path: root/pki/base/ocsp/shared/conf/workers.properties.minimal
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/ocsp/shared/conf/workers.properties.minimal')
-rw-r--r--pki/base/ocsp/shared/conf/workers.properties.minimal22
1 files changed, 0 insertions, 22 deletions
diff --git a/pki/base/ocsp/shared/conf/workers.properties.minimal b/pki/base/ocsp/shared/conf/workers.properties.minimal
deleted file mode 100644
index 51980ac49..000000000
--- a/pki/base/ocsp/shared/conf/workers.properties.minimal
+++ /dev/null
@@ -1,22 +0,0 @@
-# --- BEGIN COPYRIGHT BLOCK ---
-# Copyright (C) 2006 Red Hat, Inc.
-# All rights reserved.
-# --- END COPYRIGHT BLOCK ---
-#
-# 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