diff options
Diffstat (limited to 'juick-xmpp')
-rw-r--r-- | juick-xmpp/build.gradle | 2 |
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' } |