From 9c51f4f74dadff071dedc8e5d23804f3ce2bc346 Mon Sep 17 00:00:00 2001 From: Notmoo-PC\Notmoo Date: Sun, 28 May 2017 12:11:25 +0200 Subject: [PATCH] Ajout manifest.mf et web.xml --- project/server_servlet/src/main/webapp/META-INF/MANIFEST.MF | 2 ++ project/server_servlet/src/main/webapp/WEB-INF/web.xml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 project/server_servlet/src/main/webapp/META-INF/MANIFEST.MF create mode 100644 project/server_servlet/src/main/webapp/WEB-INF/web.xml diff --git a/project/server_servlet/src/main/webapp/META-INF/MANIFEST.MF b/project/server_servlet/src/main/webapp/META-INF/MANIFEST.MF new file mode 100644 index 0000000..59499bc --- /dev/null +++ b/project/server_servlet/src/main/webapp/META-INF/MANIFEST.MF @@ -0,0 +1,2 @@ +Manifest-Version: 1.0 + diff --git a/project/server_servlet/src/main/webapp/WEB-INF/web.xml b/project/server_servlet/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..c4c3209 --- /dev/null +++ b/project/server_servlet/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,30 @@ + + + + + LO53 - Positioning server + LO53 project for 2017 spring semester. + + + + calibrationServlet + classes.CalibrationServlet + + + + calibrationServlet + /calibration + + + + + positioningServlet + classes.PositioningServlet + + + + positioningServlet + /positioning + + + \ No newline at end of file -- libgit2 0.21.4