diff options
author | Michael O'Brien <frank.obrien@amdocs.com> | 2018-01-14 19:03:01 -0500 |
---|---|---|
committer | Michael O'Brien <frank.obrien@amdocs.com> | 2018-01-14 19:04:02 -0500 |
commit | 84c036b3bc6d8313b86317d752b92c417bd89d7f (patch) | |
tree | b47703ce2be47c14d3fd91598412f00785beb0cc /reference/logging-demo/src/main/webapp/index.jsp | |
parent | f8b1ef78741ae64adf79f677296a5c33e7d07ae4 (diff) |
initial logging project structure
Issue-ID: LOG-120
Change-Id: If96346fa4f35b81ec01aacc087f96875011e5f82
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
Diffstat (limited to 'reference/logging-demo/src/main/webapp/index.jsp')
-rw-r--r-- | reference/logging-demo/src/main/webapp/index.jsp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/reference/logging-demo/src/main/webapp/index.jsp b/reference/logging-demo/src/main/webapp/index.jsp new file mode 100644 index 0000000..734e905 --- /dev/null +++ b/reference/logging-demo/src/main/webapp/index.jsp @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"> + <jsp:directive.page contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8" session="false"/> + <jsp:output doctype-root-element="html" + doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" + doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" + omit-xml-declaration="true" /> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Test8</title> + +</head> +<body> +Test +</body> +</html> +</jsp:root>
\ No newline at end of file |