Removed workflow server settings. AIRAVATA-1471 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/b1226d5d Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/b1226d5d Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/b1226d5d
Branch: refs/heads/gfac_appcatalog_int Commit: b1226d5d6794754471cefcd809758eb985686b17 Parents: c383cf3 Author: raminder <[email protected]> Authored: Fri Nov 7 12:05:55 2014 -0500 Committer: raminder <[email protected]> Committed: Fri Nov 7 12:05:55 2014 -0500 ---------------------------------------------------------------------- .../server/src/main/resources/airavata-server.properties | 4 +--- .../server/src/main/resources/bin/airavata-server.sh | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/b1226d5d/modules/configuration/server/src/main/resources/airavata-server.properties ---------------------------------------------------------------------- diff --git a/modules/configuration/server/src/main/resources/airavata-server.properties b/modules/configuration/server/src/main/resources/airavata-server.properties index edb60e2..65c2aa0 100644 --- a/modules/configuration/server/src/main/resources/airavata-server.properties +++ b/modules/configuration/server/src/main/resources/airavata-server.properties @@ -67,7 +67,7 @@ appcatalog.validationQuery=SELECT 1 from CONFIGURATION # Server module Configuration ########################################################################### -servers=apiserver,orchestrator,gfac,workflowserver +servers=apiserver,orchestrator,gfac #shutdown.trategy=NONE shutdown.trategy=SELF_TERMINATE @@ -75,8 +75,6 @@ shutdown.trategy=SELF_TERMINATE apiserver.server.host=localhost apiserver.server.port=8930 apiserver.server.min.threads=50 -workflow.server.host=localhost -workflow.server.port=8931 orchestrator.server.host=localhost orchestrator.server.port=8940 gfac.server.host=localhost http://git-wip-us.apache.org/repos/asf/airavata/blob/b1226d5d/modules/distribution/server/src/main/resources/bin/airavata-server.sh ---------------------------------------------------------------------- diff --git a/modules/distribution/server/src/main/resources/bin/airavata-server.sh b/modules/distribution/server/src/main/resources/bin/airavata-server.sh index fa41822..7ea448f 100755 --- a/modules/distribution/server/src/main/resources/bin/airavata-server.sh +++ b/modules/distribution/server/src/main/resources/bin/airavata-server.sh @@ -27,7 +27,7 @@ IS_DAEMON_MODE=false LOGO=true STOP=false FORCE=false -SERVERS="--servers=apiserver,orchestrator,gfac,workflowserver" +SERVERS="--servers=apiserver,orchestrator,gfac" for var in "$@" do case $var in
