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