Upgrade to Undertow 1.0 Final (WildFly 8 Final)

This commit is contained in:
Rossen Stoyanchev
2014-02-12 10:53:11 -05:00
parent 9534245660
commit dfe2234781
2 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ public class UndertowTestServer implements WebSocketTestServer {
try {
this.server = Undertow.builder()
.addListener(this.port, "localhost")
.addHttpListener(this.port, "localhost")
.setHandler(this.manager.start()).build();
}
catch (ServletException ex) {