diff options
Diffstat (limited to 'www/mod_jk2/files/workers.properties.sample')
-rw-r--r-- | www/mod_jk2/files/workers.properties.sample | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/mod_jk2/files/workers.properties.sample b/www/mod_jk2/files/workers.properties.sample deleted file mode 100644 index a814538b44e6..000000000000 --- a/www/mod_jk2/files/workers.properties.sample +++ /dev/null @@ -1,12 +0,0 @@ -# Incredibly simple workers.properties file, intended for connecting -# to one host, via AJP13. See the tomcat documentation for -# information on more exotic configuration options. -# -# Change jsp-hostname to the hostname of your JSP server. -# -worker.list=jsp-hostname - -worker.jsp-hostname.port=8009 -worker.jsp-hostname.host=jsp-hostname -worker.jsp-hostname.type=ajp13 -worker.jsp-hostname.lbfactor=1 |