diff options
author | QiLiang <liangqi1@huawei.com> | 2015-12-22 06:53:44 +0000 |
---|---|---|
committer | QiLiang <liangqi1@huawei.com> | 2015-12-22 11:20:54 +0000 |
commit | 1a24ebbda3f95600c0e7d5ed8661317a8ff7e265 (patch) | |
tree | 1bcf1fbb0718f0a0c4edf4182b0ae421e5eeff35 /rubbos/rubbos_scripts/1-1-1/apache_conf | |
parent | 59ddd38d8c331c94eca6485451bc0cb61e09b629 (diff) |
Clear Magic IP
Clear magic ips, all node ips are configured in
set_bottlenecks_rubbos_env.sh
JIRA:BOTTLENECK-24
Change-Id: I13161439e00a75acd51a09cdc67a8ee6e18ea633
Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'rubbos/rubbos_scripts/1-1-1/apache_conf')
-rw-r--r-- | rubbos/rubbos_scripts/1-1-1/apache_conf/workers.properties_template (renamed from rubbos/rubbos_scripts/1-1-1/apache_conf/workers.properties) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rubbos/rubbos_scripts/1-1-1/apache_conf/workers.properties b/rubbos/rubbos_scripts/1-1-1/apache_conf/workers.properties_template index d9c77fe0..313d4d64 100644 --- a/rubbos/rubbos_scripts/1-1-1/apache_conf/workers.properties +++ b/rubbos/rubbos_scripts/1-1-1/apache_conf/workers.properties_template @@ -67,13 +67,13 @@ ps=/ # # The workers that your plugins should create and work with # -# Add 'inprocess' if you want JNI connector +# Add 'inprocess' if you want JNI connector worker.list=worker1 # , inprocess worker.TOMCAT1.port=8009 -worker.TOMCAT1.host=192.168.122.14 +worker.TOMCAT1.host=REPLACE_TOMCAT1_HOST worker.TOMCAT1.type=ajp13 worker.TOMCAT1.lbfactor=1 |