http://www.assembla.com/wiki/show/liftweb/Using_SBT You can run your webapp with the included Jetty server. Start it with the jetty-run command from the sbt console. Your webapp will be running at http://localhost:8080. This port can be configured with e.g. override val jettyPort = 8081 |