I have a server, which shall serve some web content as a part of it’s duties. It was working using embedded Jetty, and I want to add some Lift’s beauty to it (templates, actors, etc).
The problem is all lift examples use Jetty as a container. Is there a way to start Lift in my embedded Jetty? And if yes, how?
Found the answer: RunWebApp.scala
My only problem now is to build this with Lift 2.4, Scala 2.9.1 and Eclipse Jetty – currently I can find only artifacts for Lift 2.3, Scala 2.8.1 and Mortbay Jetty.