From a928be44a5aadf8f55ded02554949c61b995335b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 7 Jul 2016 17:41:17 +0300 Subject: fix project structure --- .../src/main/webapp/WEB-INF/juick.conf.example | 5 +++ .../main/webapp/WEB-INF/logging.properties.example | 5 +++ juick-www/src/main/webapp/WEB-INF/web.xml | 50 ++++++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 juick-www/src/main/webapp/WEB-INF/juick.conf.example create mode 100644 juick-www/src/main/webapp/WEB-INF/logging.properties.example create mode 100644 juick-www/src/main/webapp/WEB-INF/web.xml (limited to 'juick-www/src/main/webapp/WEB-INF') diff --git a/juick-www/src/main/webapp/WEB-INF/juick.conf.example b/juick-www/src/main/webapp/WEB-INF/juick.conf.example new file mode 100644 index 00000000..54ac862a --- /dev/null +++ b/juick-www/src/main/webapp/WEB-INF/juick.conf.example @@ -0,0 +1,5 @@ +mysql_username=username +xmpp_password=secret +sape_user=usertoken +wns_application_sip=ms-app://x-1-11-1-1111111111-... +wns_client_secret=secret \ No newline at end of file diff --git a/juick-www/src/main/webapp/WEB-INF/logging.properties.example b/juick-www/src/main/webapp/WEB-INF/logging.properties.example new file mode 100644 index 00000000..7bdaa72e --- /dev/null +++ b/juick-www/src/main/webapp/WEB-INF/logging.properties.example @@ -0,0 +1,5 @@ +handlers = java.util.logging.FileHandler +java.util.logging.FileHandler.pattern = www.log +java.util.logging.FileHandler.limit = 1000000 +java.util.logging.FileHandler.count = 5 +java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter diff --git a/juick-www/src/main/webapp/WEB-INF/web.xml b/juick-www/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 00000000..4db19af6 --- /dev/null +++ b/juick-www/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,50 @@ + + + + Main + com.juick.www.Main + 1 + + + Main + / + + + default + /scripts.js + + + default + /style.css + + + js + application/javascript;charset=UTF-8 + + + css + text/css;charset=UTF-8 + + + + 30 + + + + APNS/GCM/MPNS module + PushComponent + com.juick.www.PushComponent + + + Crossposting module + CrosspostComponent + com.juick.www.CrosspostComponent + + + XMPP module + XMPPComponent + com.juick.xmpp.s2s.XMPPComponent + + -- cgit v1.2.3