diff options
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 91d48c80..43ce83b6 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -44,7 +44,7 @@ compileJava.options.encoding = 'UTF-8' gretty { httpPort = 8080 - contextPath = '' + contextPath = '/' servletContainer = 'tomcat8' } |