From a0686edc9cb2d16219de5456f00bc4ca6871110e Mon Sep 17 00:00:00 2001 From: jboner Date: Wed, 5 Aug 2009 15:48:00 +0200 Subject: [PATCH] added web.xml to lift sample --- .../src/main/webapp/WEB-INF/.DS_Store | Bin 0 -> 6148 bytes samples-lift/src/main/webapp/WEB-INF/web.xml | 22 ++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 samples-lift/src/main/webapp/WEB-INF/.DS_Store create mode 100644 samples-lift/src/main/webapp/WEB-INF/web.xml diff --git a/samples-lift/src/main/webapp/WEB-INF/.DS_Store b/samples-lift/src/main/webapp/WEB-INF/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmZQzU|@7AO)+F(5MW?n;9!8z45|!R0Z1N%F(jFgL>QrFAPJ2!M?+vV1V%$(Gz3ON zU^D~25V%SxcdJP zRior+2#kinunYl47MEZbCs3t{!+W4QHvuXKVuPw;Mo^s$(F3lEVT}ML$bg~*R5_@+ b2Uo?6kTwK}57Iu`5P${HC_Nei0}uiLNUI8I literal 0 HcmV?d00001 diff --git a/samples-lift/src/main/webapp/WEB-INF/web.xml b/samples-lift/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..f8ee2157a1 --- /dev/null +++ b/samples-lift/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,22 @@ + + + + + LiftFilter + Lift Filter + The Filter that intercepts lift calls + net.liftweb.http.LiftFilter + + + LiftFilter + /* + + + AkkaServlet + se.scalablesolutions.akka.kernel.jersey.AkkaServlet + + + AkkaServlet + /* + +