Andreas, As long as the LiftServlet is in your web.xml file, all should work correctly.
Thanks, David On Wed, Jun 17, 2009 at 4:53 PM, Andreas B <[email protected]> wrote: > > Given the combination of a lift powered webapp and an existing servlet > I like to use lift's marvellous mapper in the latter. > Do I need to ensure that lift (i.e. db and Schemifier) is initialized > before the servlet starts serving requests, > or is this implied by some servlet specification? > If it needs to be done manually, what would be the right procedure? > There is LiftRules.doneBoot being set after initialization, but it is > private. > > Thanks in advance > > Andreas > > > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Git some: http://github.com/dpp --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
