Created
March 7, 2013 14:24
-
-
Save Se7soz/5108370 to your computer and use it in GitHub Desktop.
workers.properties
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
# Define 1 real worker using ajp13 | |
worker.list=worker1 | |
# Set properties for worker1 (ajp13) # Don't use ajp12 because it has lots of bugs | |
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