Add the first two exercices.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 9 Apr 2018 18:29:47 +0000 (20:29 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 9 Apr 2018 18:29:47 +0000 (20:29 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
ROOT/exo1/META-INF/context.xml [new file with mode: 0644]
ROOT/exo1/bienvenue.html [new file with mode: 0644]
ROOT/exo1/bienvenue.jsp [new file with mode: 0644]
ROOT/exo2/META-INF/context.xml [new file with mode: 0644]
ROOT/exo2/date.jsp [new file with mode: 0644]

diff --git a/ROOT/exo1/META-INF/context.xml b/ROOT/exo1/META-INF/context.xml
new file mode 100644 (file)
index 0000000..00e2ff6
--- /dev/null
@@ -0,0 +1,2 @@
+<Context path=""
+       antiResourceLocking="false" />
diff --git a/ROOT/exo1/bienvenue.html b/ROOT/exo1/bienvenue.html
new file mode 100644 (file)
index 0000000..1f0b32d
--- /dev/null
@@ -0,0 +1,5 @@
+<html>
+<body>
+    Bienvenue au cours d'applications web
+</body>
+</html>
diff --git a/ROOT/exo1/bienvenue.jsp b/ROOT/exo1/bienvenue.jsp
new file mode 100644 (file)
index 0000000..1f0b32d
--- /dev/null
@@ -0,0 +1,5 @@
+<html>
+<body>
+    Bienvenue au cours d'applications web
+</body>
+</html>
diff --git a/ROOT/exo2/META-INF/context.xml b/ROOT/exo2/META-INF/context.xml
new file mode 100644 (file)
index 0000000..00e2ff6
--- /dev/null
@@ -0,0 +1,2 @@
+<Context path=""
+       antiResourceLocking="false" />
diff --git a/ROOT/exo2/date.jsp b/ROOT/exo2/date.jsp
new file mode 100644 (file)
index 0000000..3a09237
--- /dev/null
@@ -0,0 +1,5 @@
+<html>
+<body>
+    Aujourd'hui est le <%= new java.util.Date() %>
+</body>
+</html>