summaryrefslogtreecommitdiff
path: root/web/META-INF/context.xml
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-06-09 17:35:48 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-06-09 17:35:48 -0700
commit69e2512750dd75fce43a21226979996c3cd7da1d (patch)
tree691dca375161583393ce32bb0869cb7449255118 /web/META-INF/context.xml
parentf4c2eb2dafbca580319a9f50ef4f5dd68d658702 (diff)
Configuration Changes
Fixing a bug in the config class and updating all templates and pages to use the dynamicRoot and staticRoot config values to prefix URLs.
Diffstat (limited to 'web/META-INF/context.xml')
-rw-r--r--web/META-INF/context.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/META-INF/context.xml b/web/META-INF/context.xml
new file mode 100644
index 0000000..24744f5
--- /dev/null
+++ b/web/META-INF/context.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Context>
+ <Parameter name="configFile" value="grow.properties" override="false"/>
+</Context>