From 5bfdebb9e4161a689113d73775498949a09d7fb5 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Thu, 28 Feb 2019 18:02:42 +0300 Subject: Introducing Java Servlet Container beta. --- test/java/include/web.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 test/java/include/web.xml (limited to 'test/java/include/web.xml') diff --git a/test/java/include/web.xml b/test/java/include/web.xml new file mode 100644 index 00000000..2ed86f1d --- /dev/null +++ b/test/java/include/web.xml @@ -0,0 +1,37 @@ + + + + + + inc + app + idinc + + + + data + app + iddata + + + + inc + /inc/* + + + + data + /data/* + + + + data + /WEB-INF/index.html + /index.html + + + + -- cgit