File tree 1 file changed +3
-2
lines changed
docs/adminguide/src/site/pages/installation_upgrade
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ export JAVA_HOME="/usr/local/jdk"
41
41
# THIS IS CRITICAL and there is NO DEFAULT -
42
42
# the TDS will not start without this.
43
43
#
44
- CONTENT_ROOT=-Dtds.content.root.path=/data/content
44
+ CONTENT_ROOT=/data/content
45
+ CONTENT_ROOT_OPT=-Dtds.content.root.path=$CONTENT_ROOT
45
46
46
47
# Set java prefs related variables (used by the wms service)
47
48
JAVA_PREFS_ROOTS=" -Djava.util.prefs.systemRoot=$CONTENT_ROOT /thredds/javaUtilPrefs \
@@ -57,7 +58,7 @@ HEADLESS="-Djava.awt.headless=true"
57
58
#
58
59
# Standard setup.
59
60
#
60
- JAVA_OPTS=" $CONTENT_ROOT $NORMAL $HEAP_DUMP $HEADLESS $JAVA_PREFS_ROOTS "
61
+ JAVA_OPTS=" $CONTENT_ROOT_OPT $NORMAL $HEAP_DUMP $HEADLESS $JAVA_PREFS_ROOTS "
61
62
62
63
export JAVA_OPTS
63
64
~~~
You can’t perform that action at this time.
0 commit comments