Merge "Improve application endpoint reporting for GlassFish"
This commit is contained in:
commit
91d72f4c1a
@ -62,7 +62,7 @@ Methods:
|
|||||||
|
|
||||||
- $._environment.reporter.report(
|
- $._environment.reporter.report(
|
||||||
$this,
|
$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))
|
$.name, $adminEndpoints, $httpEndpoints, $httpsEndpoints))
|
||||||
Else:
|
Else:
|
||||||
- $._environment.reporter.report($this, 'GlassFish {0} has deployed but is not accessible from outside'.format($.name))
|
- $._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