From 69e2512750dd75fce43a21226979996c3cd7da1d Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sun, 9 Jun 2013 17:35:48 -0700 Subject: 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. --- web/META-INF/context.xml | 4 ++++ web/WEB-INF/restlet.xml | 18 ++++++++++++++++++ web/WEB-INF/web.xml | 21 +++++++++++++-------- 3 files changed, 35 insertions(+), 8 deletions(-) create mode 100644 web/META-INF/context.xml create mode 100644 web/WEB-INF/restlet.xml (limited to 'web') 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 @@ + + + + diff --git a/web/WEB-INF/restlet.xml b/web/WEB-INF/restlet.xml new file mode 100644 index 0000000..d77fb2e --- /dev/null +++ b/web/WEB-INF/restlet.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 235f33d..be1e4cf 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -7,13 +7,6 @@ grow-frontend - - - org.restlet.application - - net.jesterpm.fmfacade.FMFacade - - @@ -24,8 +17,20 @@ + + default + /style.css + + + default + /images/* + + + default + /scripts/* + RestletServlet - /p/* + /* -- cgit v1.2.3