Howdy, I'm working on a project of which ZooKeeper is a module. For production mode, having a separate ZooKeeper instance/cluster is fine, but in development mode, I'd really like to have ZooKeeper start as part of my web app so there's no external dependency/startup/thing to think about. Is it possible to start ZooKeeper programatically from inside my web app?
Thanks, David -- 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
