aboutsummaryrefslogtreecommitdiff
path: root/juick-xmpp/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-xmpp/build.gradle')
-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'
}