summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-10-12 10:46:54 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-10-12 10:46:54 +0200
commit1f839a6d7bd8169d2265603a47d80dbab1dcd715 (patch)
tree4c41a1c90933c6892bd6d57819c8a0152f5a416a /WebContent
downloadFIT-1f839a6d7bd8169d2265603a47d80dbab1dcd715.tar.gz
FIT-1f839a6d7bd8169d2265603a47d80dbab1dcd715.zip
Add project files and assignment no. 2
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/META-INF/MANIFEST.MF3
-rw-r--r--WebContent/WEB-INF/glassfish-web.xml6
2 files changed, 9 insertions, 0 deletions
diff --git a/WebContent/META-INF/MANIFEST.MF b/WebContent/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..254272e
--- /dev/null
+++ b/WebContent/META-INF/MANIFEST.MF
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Class-Path:
+
diff --git a/WebContent/WEB-INF/glassfish-web.xml b/WebContent/WEB-INF/glassfish-web.xml
new file mode 100644
index 0000000..713c1d9
--- /dev/null
+++ b/WebContent/WEB-INF/glassfish-web.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Servlet 3.0//EN" "http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd">
+<glassfish-web-app>
+ <context-root>/FIT</context-root>
+</glassfish-web-app> \ No newline at end of file