22 lines
300 B
Properties
Executable File
22 lines
300 B
Properties
Executable File
#
|
|
# workers.properties
|
|
#
|
|
|
|
# In Unix, we use forward slashes:
|
|
ps=/
|
|
|
|
# list the workers by name
|
|
|
|
worker.list=tomcat
|
|
|
|
# ------------------------
|
|
# First tomcat server
|
|
# ------------------------
|
|
worker.tomcat.port=8009
|
|
worker.tomcat.host=localhost
|
|
worker.tomcat.type=ajp13
|
|
|
|
#
|
|
# END workers.properties
|
|
#
|