From bcfd64ab8fc10905b94da2bdd2937d4e3df9e814 Mon Sep 17 00:00:00 2001 From: prachi Date: Thu, 28 Jun 2012 16:42:37 -0700 Subject: [PATCH] CS-15373: Awsapi port change to 7080. Reviewed-By: Frank Changes: - Changes to deploy awsapi in separate webapps folder and listeining on 7080 port - Revert changes which were done to open 7080 on CloudStack --- awsapi/conf/cloud-bridge.properties | 4 +- awsapi/conf/ec2-service.properties | 2 +- build/build-aws-api.xml | 49 ++++++------ build/developer.xml | 1 + client/tomcatconf/server-nonssl.xml | 91 ++++++++++++++++++++-- client/tomcatconf/server-ssl.xml.in | 115 +++++++++++++++++++++++++--- client/tomcatconf/server.xml.in | 91 ++++++++++++++++++++-- 7 files changed, 301 insertions(+), 52 deletions(-) diff --git a/awsapi/conf/cloud-bridge.properties b/awsapi/conf/cloud-bridge.properties index 7bbba7f26bd..08f56034944 100644 --- a/awsapi/conf/cloud-bridge.properties +++ b/awsapi/conf/cloud-bridge.properties @@ -1,8 +1,8 @@ -host=http://localhost:8080/awsapi +host=http://localhost:7080/awsapi storage.root=/Users/john1/S3-Mount storage.multipartDir=__multipart__uploads__ bucket.dns=false -serviceEndpoint=localhost:8080 +serviceEndpoint=localhost:7080 diff --git a/awsapi/conf/ec2-service.properties b/awsapi/conf/ec2-service.properties index fc3329b3dd5..9d05ec1d12b 100644 --- a/awsapi/conf/ec2-service.properties +++ b/awsapi/conf/ec2-service.properties @@ -1,5 +1,5 @@ managementServer=127.0.0.1 -cloudAPIPort=7080 +cloudAPIPort=8080 cloudstackVersion=2.2.0 WSDLVersion=2010-11-15 keystore=xes.keystore diff --git a/build/build-aws-api.xml b/build/build-aws-api.xml index bee02ce2a6f..f8af4fcffe5 100644 --- a/build/build-aws-api.xml +++ b/build/build-aws-api.xml @@ -91,6 +91,7 @@ + @@ -153,7 +154,7 @@ - + @@ -179,34 +180,34 @@ - + - + - + - + - + @@ -223,30 +224,30 @@ - + - + - + - + - + @@ -254,7 +255,7 @@ - + - + - + @@ -327,7 +328,7 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/client/tomcatconf/server-ssl.xml.in b/client/tomcatconf/server-ssl.xml.in index 368c06572ae..3695f6283cf 100755 --- a/client/tomcatconf/server-ssl.xml.in +++ b/client/tomcatconf/server-ssl.xml.in @@ -54,8 +54,6 @@ - @@ -163,4 +154,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/client/tomcatconf/server.xml.in b/client/tomcatconf/server.xml.in index 71b98a9e197..8f65b060431 100644 --- a/client/tomcatconf/server.xml.in +++ b/client/tomcatconf/server.xml.in @@ -54,9 +54,7 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +