From 623f4797aaf29222aab9d9a44d7c2f8d09622d1f Mon Sep 17 00:00:00 2001 From: sarangsingh29 Date: Mon, 18 Jul 2016 22:09:19 +0530 Subject: Added the servlet code and directions to run. --- WEB-INF/web.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 WEB-INF/web.xml (limited to 'WEB-INF/web.xml') diff --git a/WEB-INF/web.xml b/WEB-INF/web.xml new file mode 100755 index 0000000..f74ebf3 --- /dev/null +++ b/WEB-INF/web.xml @@ -0,0 +1,38 @@ + + + + + + + SciExec + SciExec + + + SciExec + /servlet/SciExec + + + + Welcome to Tomcat + + Welcome to Tomcat + + -- cgit