From 799523c4019fa4f6ef6d40e77b3f949fbe742c8f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 30 Jun 2016 14:00:58 +0300 Subject: add web.inf and example config --- src/main/webapp/WEB-INF/web.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/webapp/WEB-INF/web.xml (limited to 'src/main/webapp/WEB-INF/web.xml') diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 00000000..a4264bb0 --- /dev/null +++ b/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,16 @@ + + + + Main + com.juick.rss.Main + + + Main + / + + + + 30 + + + -- cgit v1.2.3