From 7844d3ad7d11716362253e0e46da9d07e4dc5719 Mon Sep 17 00:00:00 2001 From: Stelios Voutsinas Date: Wed, 19 Jun 2024 19:03:15 -0700 Subject: [PATCH] Add web.xml --- tap/src/main/webapp/WEB-INF/web.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tap/src/main/webapp/WEB-INF/web.xml b/tap/src/main/webapp/WEB-INF/web.xml index 71a4aa6..1e0b550 100644 --- a/tap/src/main/webapp/WEB-INF/web.xml +++ b/tap/src/main/webapp/WEB-INF/web.xml @@ -193,6 +193,17 @@ SyncServlet /sync/* + + + ResultsServlet + ca.nrc.cadc.sample.ResultsServlet + + + + ResultsServlet + /results/* + + AsyncServlet /async/*