|
@@ -122,6 +122,7 @@ task startWildfly {
|
|
String line
|
|
String line
|
|
int httpPort = 0
|
|
int httpPort = 0
|
|
while ((line = br.readLine()) != null) {
|
|
while ((line = br.readLine()) != null) {
|
|
|
|
+ logger.info(line)
|
|
if (line.matches('.*Undertow HTTP listener default listening on .*:\\d+$')) {
|
|
if (line.matches('.*Undertow HTTP listener default listening on .*:\\d+$')) {
|
|
assert httpPort == 0
|
|
assert httpPort == 0
|
|
final int index = line.lastIndexOf(":")
|
|
final int index = line.lastIndexOf(":")
|