From f1c7e492bdab3f7151cae21811d8352c373f6231 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 19 Apr 2012 08:07:51 +0200 Subject: [PATCH 1/1] Add template servlet to deployment descriptor. --- src/main/webapp/WEB-INF/web.xml.template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/webapp/WEB-INF/web.xml.template b/src/main/webapp/WEB-INF/web.xml.template index 12eea53..090d062 100644 --- a/src/main/webapp/WEB-INF/web.xml.template +++ b/src/main/webapp/WEB-INF/web.xml.template @@ -28,4 +28,19 @@ Container + + TemplateServlet + net.pterodactylus.demoscenemusic.core.TemplateServlet + + artists + net.pterodactylus.demoscenemusic.page.ArtistsPage + + 0 + + + + TemplateServlet + /* + + -- 2.7.4