3 changed files with 41 additions and 9 deletions
@ -0,0 +1,16 @@
|
||||
## |
||||
## workers.properties -- Apache Tomcat/mod_jk workers properties |
||||
## |
||||
|
||||
# list of workers |
||||
worker.list=status,tomcat |
||||
|
||||
# worker "status" |
||||
worker.list=status |
||||
worker.status.type=status |
||||
|
||||
# worker "tomcat" |
||||
worker.tomcat.type=ajp13 |
||||
worker.tomcat.host=127.0.0.1 |
||||
worker.tomcat.port=8009 |
||||
|
||||
Loading…
Reference in new issue