diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-28 09:50:12 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-28 09:50:12 +0000 |
commit | fe93d86e5572870b2e4004c7788da8320a28de3d (patch) | |
tree | 95d45d6e22dd51af2b9fe0db5231f592b1396913 /sca-cpp/trunk/components | |
parent | 73d5d5ee4452d4eb44938a1a0556a4312e94e135 (diff) |
Refactor and cleanup some of the config scripts. Add a sample using mod_proxy_balancer to distribute requests across three servers.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980009 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/components')
-rwxr-xr-x | sca-cpp/trunk/components/log/scribed-central-conf | 2 | ||||
-rwxr-xr-x | sca-cpp/trunk/components/log/scribed-client-conf | 2 | ||||
-rwxr-xr-x | sca-cpp/trunk/components/webservice/axis2-conf | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/sca-cpp/trunk/components/log/scribed-central-conf b/sca-cpp/trunk/components/log/scribed-central-conf index 458cbdebca..3bb9c29c85 100755 --- a/sca-cpp/trunk/components/log/scribed-central-conf +++ b/sca-cpp/trunk/components/log/scribed-central-conf @@ -19,6 +19,7 @@ # Generate a Scribe central conf here=`readlink -f $0`; here=`dirname $here` +mkdir -p $1 root=`readlink -f $1` mkdir -p $root/scribe/conf @@ -26,6 +27,7 @@ mkdir -p $root/scribe/logs/central mkdir -p $root/scribe/logs/central-secondary cat >$root/scribe/conf/scribe-central.conf <<EOF +# Generated by: scribed-central-conf $* # Scribe central configuration port=1463 max_msg_per_second=2000000 diff --git a/sca-cpp/trunk/components/log/scribed-client-conf b/sca-cpp/trunk/components/log/scribed-client-conf index c813f21ced..3300e4e5ec 100755 --- a/sca-cpp/trunk/components/log/scribed-client-conf +++ b/sca-cpp/trunk/components/log/scribed-client-conf @@ -19,6 +19,7 @@ # Generate a Scribe client conf here=`readlink -f $0`; here=`dirname $here` +mkdir -p $1 root=`readlink -f $1` central=$2 @@ -26,6 +27,7 @@ mkdir -p $root/scribe/conf mkdir -p $root/scribe/logs/client-secondary cat >$root/scribe/conf/scribe-client.conf <<EOF +# Generated by: scribed-client-conf $* # Scribe client configuration port=1464 max_msg_per_second=2000000 diff --git a/sca-cpp/trunk/components/webservice/axis2-conf b/sca-cpp/trunk/components/webservice/axis2-conf index 2194144ae0..77c5b2cca0 100755 --- a/sca-cpp/trunk/components/webservice/axis2-conf +++ b/sca-cpp/trunk/components/webservice/axis2-conf @@ -42,6 +42,7 @@ cp $here/axis2.xml $root/axis2c/axis2.xml # Configure HTTPD Axis2 module cat >>$root/conf/httpd.conf <<EOF +# Generated by: axis2-conf $* # Support for Web Services SCASetEnv AXIS2C_HOME $root/axis2c LoadModule axis2_module $root/axis2c/lib/libmod_axis2.so |