From e5c8298beee5dde90ca98cc4707faac4bf0e2f0c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 7 Jul 2016 15:13:47 +0300 Subject: reorganize project --- juick-www/src/webapp/WEB-INF/juick.conf.example | 5 +++ .../src/webapp/WEB-INF/logging.properties.example | 5 +++ juick-www/src/webapp/WEB-INF/web.xml | 50 ++++++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 juick-www/src/webapp/WEB-INF/juick.conf.example create mode 100644 juick-www/src/webapp/WEB-INF/logging.properties.example create mode 100644 juick-www/src/webapp/WEB-INF/web.xml (limited to 'juick-www/src/webapp/WEB-INF') diff --git a/juick-www/src/webapp/WEB-INF/juick.conf.example b/juick-www/src/webapp/WEB-INF/juick.conf.example new file mode 100644 index 00000000..54ac862a --- /dev/null +++ b/juick-www/src/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/webapp/WEB-INF/logging.properties.example b/juick-www/src/webapp/WEB-INF/logging.properties.example new file mode 100644 index 00000000..7bdaa72e --- /dev/null +++ b/juick-www/src/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/webapp/WEB-INF/web.xml b/juick-www/src/webapp/WEB-INF/web.xml new file mode 100644 index 00000000..4db19af6 --- /dev/null +++ b/juick-www/src/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