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 @@
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.