diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2012-11-03 11:02:30 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2012-11-03 11:02:30 +1300 |
commit | 9cc6eebd2e4c95fa3ac633df7a4d1255a2f00c39 (patch) | |
tree | cd1bb509448bd690b37892566a6be8369be80a40 /src/main/webapp/WEB-INF/jetty-web.xml | |
download | etbsa-traccar-web-9cc6eebd2e4c95fa3ac633df7a4d1255a2f00c39.tar.gz etbsa-traccar-web-9cc6eebd2e4c95fa3ac633df7a4d1255a2f00c39.tar.bz2 etbsa-traccar-web-9cc6eebd2e4c95fa3ac633df7a4d1255a2f00c39.zip |
Created project
Diffstat (limited to 'src/main/webapp/WEB-INF/jetty-web.xml')
-rw-r--r-- | src/main/webapp/WEB-INF/jetty-web.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/webapp/WEB-INF/jetty-web.xml b/src/main/webapp/WEB-INF/jetty-web.xml new file mode 100644 index 0000000..f959e1b --- /dev/null +++ b/src/main/webapp/WEB-INF/jetty-web.xml @@ -0,0 +1,10 @@ +<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> |