Trygve Laugstøl
2011-09-30 5d253a0fba287a01779dde5ec932598bb8876426
o Adding support for customizing the webapp's context path.
1 files modified
2 ■■■ changed files
src/com/gitblit/GitBlitServer.java 2 ●●● patch | view | raw | blame | history
src/com/gitblit/GitBlitServer.java
@@ -209,7 +209,7 @@
        // Root WebApp Context
        WebAppContext rootContext = new WebAppContext();
        rootContext.setContextPath("/");
        rootContext.setContextPath(settings.getString(Keys.server.contextPath, "/"));
        rootContext.setServer(server);
        rootContext.setWar(location.toExternalForm());
        rootContext.setTempDirectory(tempDir);