Many Many thanks to David and Chris. Your suggestions helped me a lot and I am now able to run my application using both Lift Filter and Spring Servlet . Regards, Sunanda.
On Nov 25, 11:35 pm, Chris Lewis <burningodzi...@gmail.com> wrote: > Don't forget that if the lift filter is inspecting the request before > your servlet, you'll need to tell lift to pass it on. In boot: > > LiftRules.passNotFoundToChain = true > > chris > > > > sunandawrote: > > Hi David, > > > Thank for all the help so far. > > > My lift application needs to coexist with the spring servlet in > > the same web application. I have configured the web.xml file for both > > of the spring servlet and lift filter. > > Hence I need to configure the url pattern in such a way that /grid/* > > request will be handled by lift application and other urls will be > > processed by spring. > > > What I need to understand is how to set up the rules such that this > > can be achieved. > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Lift" group. > > To post to this group, send email to lift...@googlegroups.com. > > To unsubscribe from this group, send email to > > liftweb+unsubscr...@googlegroups.com. > > For more options, visit this group > > athttp://groups.google.com/group/liftweb?hl=en.- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.