File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 18
18
# CDDL HEADER END
19
19
20
20
#
21
- # Copyright (c) 2008, 2017 , Oracle and/or its affiliates. All rights reserved.
21
+ # Copyright (c) 2008, 2018 , Oracle and/or its affiliates. All rights reserved.
22
22
# Portions Copyright (c) 2017-2018, Chris Fraire <[email protected] >.
23
23
#
24
24
@@ -133,6 +133,8 @@ Supported Environment Variables for configuring the default setup:
133
133
(by default 3 directories from SRC_ROOT)
134
134
- OPENGROK_WEBAPP_CFGADDR Web app address to send configuration to
135
135
(use "none" to avoid sending it to web app)
136
+ - OPENGROK_WEBAPP_CONTEXT Context URL of the OpenGrok webapp
137
+ (by default /source).
136
138
- OPENGROK_WPREFIX Disable wildcard prefix search query support (*)
137
139
- OPENGROK_TAG Enable parsing of revision tags into the History
138
140
view
@@ -987,7 +989,7 @@ DeployWar()
987
989
FINAL_WAR_NAME=" source"
988
990
if [ " $applicationServer " = " Tomcat" ]
989
991
then
990
- if [ ! -z ${OPENGROK_WEBAPP_CONTEXT+x} ]
992
+ if [ ! -z ${OPENGROK_WEBAPP_CONTEXT+x} ] # OPENGROK_WEBAPP_CONTEXT is set
991
993
then
992
994
APP_CONTEXT=" ${OPENGROK_WEBAPP_CONTEXT} "
993
995
You can’t perform that action at this time.
0 commit comments