aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/jetty-web.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2012-12-29 14:14:08 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2012-12-29 14:14:08 +1300
commit65913d45863159b9652865bc4f23eb62120d9b62 (patch)
treece9f48f3ee8716ee93ad359f3acc4c71be0741fd /src/main/webapp/WEB-INF/jetty-web.xml
parent9c2ed26b25a0454c2e90943386050d6c05e7ae5d (diff)
downloadtrackermap-web-65913d45863159b9652865bc4f23eb62120d9b62.tar.gz
trackermap-web-65913d45863159b9652865bc4f23eb62120d9b62.tar.bz2
trackermap-web-65913d45863159b9652865bc4f23eb62120d9b62.zip
Add debug and release database config
Diffstat (limited to 'src/main/webapp/WEB-INF/jetty-web.xml')
-rw-r--r--src/main/webapp/WEB-INF/jetty-web.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/webapp/WEB-INF/jetty-web.xml b/src/main/webapp/WEB-INF/jetty-web.xml
deleted file mode 100644
index f959e1b3..00000000
--- a/src/main/webapp/WEB-INF/jetty-web.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<Configure class="org.mortbay.jetty.webapp.WebAppContext">
- <Get name="securityHandler">
- <Set name="userRealm">
- <New class="org.mortbay.jetty.security.HashUserRealm">
- <Set name="name">Test Realm</Set>
- <Set name="config"><SystemProperty name="jetty.home" default="."/>/src/test/realm.properties</Set>
- </New>
- </Set>
- </Get>
-</Configure>