aboutsummaryrefslogtreecommitdiff
path: root/juick-xmpp
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-10-31 01:32:13 +0300
committerGravatar Vitaly Takmazov2017-10-31 01:32:46 +0300
commit20e19b4242f888aafe3c55f9dabe3af46728cbab (patch)
treef6733154952d2ddca5435cfc900369df26114a0f /juick-xmpp
parent240a375ecdeb7592d8765f0edb7d2fd67c50ac10 (diff)
gradle: farm configuration
Diffstat (limited to 'juick-xmpp')
-rw-r--r--juick-xmpp/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-xmpp/build.gradle b/juick-xmpp/build.gradle
index e132d16f..791db3f5 100644
--- a/juick-xmpp/build.gradle
+++ b/juick-xmpp/build.gradle
@@ -18,7 +18,7 @@ compileJava.options.encoding = 'UTF-8'
gretty {
httpPort = 8080
- contextPath = ''
+ contextPath = '/s2s'
servletContainer = 'tomcat8'
}