From c37cdd2b2448136699b2a28151cd8efb84ac102d Mon Sep 17 00:00:00 2001 From: Ashley Richardson Date: Tue, 26 Sep 2017 15:08:48 +0800 Subject: [PATCH] Fix typo in depdendency definition for Undertow --- guides/webservers.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/webservers.html b/guides/webservers.html index 2be25cd..8a1ccc5 100644 --- a/guides/webservers.html +++ b/guides/webservers.html @@ -85,7 +85,7 @@

Apache Tomcat

JBoss Undertow

-

JBoss Undertow is a light weight embedded container runtime. To use it in your project, add a dependency on ws.ament.hammock:web-tomcat. To use WebSockets, you need to have an annotated endpoint. It supports Servlets, Filters and Listeners via normal means.

+

JBoss Undertow is a light weight embedded container runtime. To use it in your project, add a dependency on ws.ament.hammock:web-undertow. To use WebSockets, you need to have an annotated endpoint. It supports Servlets, Filters and Listeners via normal means.

@@ -253,4 +253,4 @@

Using Annotations

- \ No newline at end of file +