Add license headers
[bottlenecks.git] / rubbos / rubbos_scripts / 1-1-1 / scripts / HTTPD_pkg_prepare.sh
index e2dc3e8..4dd116a 100755 (executable)
@@ -1,4 +1,12 @@
 #!/bin/bash
+##############################################################################
+# Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
 
 . ../set_bottlenecks_rubbos_env.sh
 
@@ -29,7 +37,13 @@ fi
 if true; then
 ssh $HTTPD_HOST "mkdir -p $OUTPUT_HOME/apache_conf"
 scp $scp_options $OUTPUT_HOME/apache_conf/httpd.conf $HTTPD_HOST:$OUTPUT_HOME/apache_conf/httpd.conf
+
+sed -e "s/REPLACE_TOMCAT1_HOST/$TOMCAT1_HOST/g" \
+    $OUTPUT_HOME/apache_conf/workers.properties_template \
+    > $OUTPUT_HOME/apache_conf/workers.properties
 scp $scp_options $OUTPUT_HOME/apache_conf/workers.properties $HTTPD_HOST:$OUTPUT_HOME/apache_conf/workers.properties
+rm -rf $OUTPUT_HOME/apache_conf/workers.properties
+
 ssh $HTTPD_HOST "mkdir -p $WORK_HOME/apache_files"
 scp $scp_options -r $WORK_HOME/apache_files/rubbos_html $HTTPD_HOST:$WORK_HOME/apache_files/rubbos_html
 fi