Merge "Improve application endpoint reporting for GlassFish"

This commit is contained in:
Jenkins 2015-04-15 10:16:18 +00:00 committed by Gerrit Code Review
commit 91d72f4c1a

View File

@ -62,7 +62,7 @@ Methods:
- $._environment.reporter.report(
$this,
'GlassFish {0} is available at {1} (admin) and {2}/{3} (apps)'.format(
'GlassFish {0} is available at {1} (admin) and {2} + {3} (apps)'.format(
$.name, $adminEndpoints, $httpEndpoints, $httpsEndpoints))
Else:
- $._environment.reporter.report($this, 'GlassFish {0} has deployed but is not accessible from outside'.format($.name))