freebsd-ports/www/mod_jk/files/workers.properties.sample
Ernst de Haan daf7fa2ce7 Fix broken port. Upgrades to mod_jk 1.2.3 (portepoch bumped).
PR:		52776
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-06-11 10:30:58 +00:00

12 lines
399 B
Text

# 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