From d26dbab8f789d787d5c39f8700b4ac19701f286f Mon Sep 17 00:00:00 2001 From: Julien Sere Date: Sat, 22 Jan 2011 17:22:13 +0000 Subject: initial check out java git-svn-id: file:///var/svn/2011-usi/trunk@13 db941bf7-0cb3-4dda-9634-87faf64f93a7 --- app/v2_java/WebContent/WEB-INF/web.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 app/v2_java/WebContent/WEB-INF/web.xml (limited to 'app/v2_java/WebContent/WEB-INF') diff --git a/app/v2_java/WebContent/WEB-INF/web.xml b/app/v2_java/WebContent/WEB-INF/web.xml new file mode 100644 index 0000000..1ee7e79 --- /dev/null +++ b/app/v2_java/WebContent/WEB-INF/web.xml @@ -0,0 +1,31 @@ + + + usi2011 + + + + Question + Question + org.usi2011.Question + + + + + User + User + org.usi2011.User + + + Question + /api/question/* + + + User + /api/user/ + + + index.html + + -- cgit v1.2.3