diff options
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 |