From 45dc36acf79d7702d0a0b2b266d8e0e56fb9083e Mon Sep 17 00:00:00 2001 From: Tomasz Grabiec Date: Thu, 21 Nov 2013 12:14:47 +0100 Subject: [PATCH] servlet: Adapt web.xml to standard so that tomcat can run it --- servlet/src/main/webapp/WEB-INF/web.xml | 48 +++++++++++++++++-------- 1 file changed, 33 insertions(+), 15 deletions(-) diff --git a/servlet/src/main/webapp/WEB-INF/web.xml b/servlet/src/main/webapp/WEB-INF/web.xml index 63a6cdc0466..b3a52c13c64 100644 --- a/servlet/src/main/webapp/WEB-INF/web.xml +++ b/servlet/src/main/webapp/WEB-INF/web.xml @@ -1,44 +1,62 @@ - + json hello.JsonServlet - - + + json + /json + plaintext hello.PlaintextServlet - - + + plaintext + /plaintext + db hello.DbPoolServlet - - + + db + /db + fortunes hello.FortunesServlet - - + + fortunes + /fortunes + update hello.UpdateServlet - - + + update + /update + postgres hello.PostgresServlet - - + + postgres + /postgres + postgres-update hello.PostgresUpdateServlet - - + + postgres-update + /postgres-update +