Re: [Lift] Need for lift application to coexist with spring in the same webapp

2009-11-25 Thread Chris Lewis
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 sunanda wrote: > Hi David, > > Thank for all the help so far. > > My lift application needs to coexist with the s

Re: [Lift] Need for lift application to coexist with spring in the same webapp

2009-11-24 Thread David Pollak
On Mon, Nov 23, 2009 at 9:34 PM, sunanda wrote: > 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

[Lift] Need for lift application to coexist with spring in the same webapp

2009-11-23 Thread sunanda
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 w