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 +