Improve application endpoint reporting for GlassFish
2 URLs separated with slash without spaces looked very bad and unreadable Change-Id: I7a12d477aedbb6254b9d07b362b4a6810bbac150
This commit is contained in:
parent
fc827e50b2
commit
42d8423a67
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user