From 8c515df3e412591b58091862062d81009676041d Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Sat, 4 Nov 2017 15:42:56 +0530 Subject: [PATCH] CLOUDSTACK-10012: Listen on :: for all interface ipv4/6 Per @wido's comment on PR #2226, this adds default server configuration to make embedded Jetty listen on all interfaces ipv4 and ipv6. This also fixes default deployment and mgmt server start issues on Trillian and other CI systems. Signed-off-by: Rohit Yadav --- client/conf/server.properties.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/conf/server.properties.in b/client/conf/server.properties.in index 1facb0eda05..7140bd26e26 100644 --- a/client/conf/server.properties.in +++ b/client/conf/server.properties.in @@ -16,7 +16,7 @@ # under the License. # The binding interface for the management server -bind.interface= +bind.interface=:: # The service context path where URL requests should be served context.path=/client