diff options
Diffstat (limited to 'juick-ws')
-rw-r--r-- | juick-ws/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-ws/build.gradle b/juick-ws/build.gradle index 253c2dcc..4683f3f9 100644 --- a/juick-ws/build.gradle +++ b/juick-ws/build.gradle @@ -12,7 +12,7 @@ compileJava.options.encoding = 'UTF-8' gretty { httpPort = 8080 - contextPath = '' + contextPath = '/ws' servletContainer = 'tomcat8' } |