new tomcat
This commit is contained in:
parent
879ecc62c4
commit
c568828cb8
256 changed files with 19009 additions and 235 deletions
17
tomcat/conf/workers.properties.minimal
Normal file
17
tomcat/conf/workers.properties.minimal
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue