@ -73,6 +82,33 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine
@@ -73,6 +82,33 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine
}
this.undertow.start();
this.started=true;
UndertowEmbeddedServletContainer.logger.info("Undertow started on port(s) "
+getPortsDescription());
}
@SuppressWarnings("rawtypes")
privateStringgetPortsDescription(){
try{
// Use reflection if possible to get the actual listener configuration
@ -92,7 +128,6 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine
@@ -92,7 +128,6 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine