aboutsummaryrefslogtreecommitdiffstats
path: root/reference/slf4j-reference/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorLuke Parker <lparker@amdocs.com>2018-05-08 19:32:41 +1000
committerLuke Parker <lparker@amdocs.com>2018-05-08 19:40:52 +1000
commitabbbaf088ace3917f6cd7839279bd07816e94f80 (patch)
treecd614bd0cbfa6d8f52a6865c026db8c93f4b997e /reference/slf4j-reference/src/main/webapp/WEB-INF/web.xml
parent7d1d7a47216de107fdc077f22c8087f8d40d4da9 (diff)
SLF4J adapter (in 'common') + call graph demo
Issue-ID: LOG-115 Change-Id: I0ba28c64b1aaeb571094409704f4f00313afdf36 Signed-off-by: Luke Parker <lparker@amdocs.com>
Diffstat (limited to 'reference/slf4j-reference/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--reference/slf4j-reference/src/main/webapp/WEB-INF/web.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/reference/slf4j-reference/src/main/webapp/WEB-INF/web.xml b/reference/slf4j-reference/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 0000000..91a632c
--- /dev/null
+++ b/reference/slf4j-reference/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="slf4j-reference" version="3.0"/>