$CATALINA_HOME/tcman.sh workers general_options worker_list
|
status
|
Include an instance that has been implemented as a status server
|
lb
|
Include an instance that has been implemented as a load balance server
|
home
|
Include the CATALINA_HOME core server
|
all
|
Include all registered instances
|
worker-list
|
Resulting content in worker.properties
|
blank
|
Default entries from worker.template plus entries for piw1 and piw2
|
piw1
|
Default entries from worker.template plus an entry for piw1
|
all
|
Default entries from worker.template plus entries for piw1 and piw2
|
home
|
Default entries from worker.template plus an entry for core server (CATALINA_HOME)
|
home, all
|
Default entries from worker.template plus an entry for core server, (CATALINA_HOME), and entries for for piw1 and piw2
|
lb, status
|
Default entries from worker.template plus entries for jklb, jstatus, piw1, and piw2
Note: When no registered instance is specified, all registered instances are automatically included.
|
lb, status, home, all
|
Default entries from worker.template plus entries for jklb, jstatus, the core server (CATALINA_HOME),piw1, and piw2
|
# worker properties for instances rooted at U:\vobs\dlc\servers\pasw
# build date: 03/24/2014 11:09:23 # List of worker server instances worker.list=piw1,piw2 # # Global properties # # worker.maintain=60 # # Common worker properties referenced by individual workers # worker.common.type=ajp13 worker.common.host=${psc.as.host.name} worker.common.socket_timeout=10 worker.common.connect_timeout=10000 worker.common.socket_keepalive=true worker.common.ping_mode=I worker.common.ping_timeout=10000 worker.common.connect_timeout=0 worker.common.retry_interval=100 worker.common.recovery_options=7 # worker.common.connection_ping_interval=10000 # worker.common.fail_on_status=0# worker.common.max_packet_size=8192 # worker.common.recover_time=60 # properties for alias piw1 with jvmRoute piw1 worker.piw1.port=9996 worker.piw1.reference=worker.common # properties for alias piw2 with jvmRoute piw2 worker.piw2.port=9996 worker.piw2.reference=worker.common |