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/welcome_files/web.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test/java/welcome_files/web.xml (limited to 'test/java/welcome_files/web.xml') diff --git a/test/java/welcome_files/web.xml b/test/java/welcome_files/web.xml new file mode 100644 index 00000000..6bbc7c8e --- /dev/null +++ b/test/java/welcome_files/web.xml @@ -0,0 +1,27 @@ + + + + + + index.txt + default.jsp + index.html + + + + app + app + + + + app + /dir3/index.txt + /dir4/index.txt + /dir5/index.html + + + + -- cgit