From 20e19b4242f888aafe3c55f9dabe3af46728cbab Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 31 Oct 2017 01:32:13 +0300 Subject: gradle: farm configuration --- juick-www/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www/build.gradle') 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' } -- cgit v1.2.3