From d5edb92f49613fb786ba4d96f2e2eae2be89d470 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 9 Dec 2008 19:35:36 +0000 Subject: [PATCH] Introduce jetty-test-local.xml git-svn-id: https://svn.argeo.org/slc/trunk@1980 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../jetty/jetty-test-local.xml.template | 34 +++++++++++++++++++ runtime/org.argeo.slc.server/pom.xml | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 org.argeo.slc.webapp/src/main/config/jetty/jetty-test-local.xml.template diff --git a/org.argeo.slc.webapp/src/main/config/jetty/jetty-test-local.xml.template b/org.argeo.slc.webapp/src/main/config/jetty/jetty-test-local.xml.template new file mode 100644 index 000000000..d8f927528 --- /dev/null +++ b/org.argeo.slc.webapp/src/main/config/jetty/jetty-test-local.xml.template @@ -0,0 +1,34 @@ + + + + + + + org.mortbay.jetty.webapp.WebInfConfiguration + org.mortbay.jetty.plus.webapp.EnvConfiguration + org.mortbay.jetty.plus.webapp.Configuration + org.mortbay.jetty.webapp.JettyWebXmlConfiguration + org.mortbay.jetty.webapp.TagLibConfiguration + + + + + + + + + + jdbc/mainDs + + + + + + sa + + + + + \ No newline at end of file diff --git a/runtime/org.argeo.slc.server/pom.xml b/runtime/org.argeo.slc.server/pom.xml index 7da3764d8..a7b393204 100644 --- a/runtime/org.argeo.slc.server/pom.xml +++ b/runtime/org.argeo.slc.server/pom.xml @@ -45,7 +45,7 @@ ../../org.argeo.slc.webapp/src/main/webapp - ../../org.argeo.slc.webapp/src/main/config/jetty/jetty-test.xml + ../../org.argeo.slc.webapp/src/main/config/jetty/jetty-test-local.xml ../../org.argeo.slc.webapp/src/main/config/jetty/webdefault.xml -- 2.39.2