worker definition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The workers that jk should create and work with | |
worker.list=worker1 | |
# Worker named worker1 and of type ajp13 | |
worker.worker1.type=ajp13 | |
worker.worker1.host=localhost | |
worker.worker1.port=8009 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment