Hi Marc, you should checkout the REST interface that's on the svn trunk, it includes new functionality and numerous fixes that might be interesting to you, this will be part of 3.4.0. CCing Andrei who worked on this as part of his GSOC project this summer.
If you look at this file: src/contrib/rest/src/java/org/apache/zookeeper/server/jersey/RestMain.java you'll see how we start the server. Looks like we need an option to run as a process w/o assuming interactive use. It should be pretty easy for someone to patch this (if you do please consider submitting a patch via our JIRA process, others would find it interesting). With the current code you might get away with something like "java .... < /dev/null" -- basically turn off stdin. Patrick On Wed, Sep 29, 2010 at 3:09 PM, marc slayton <gangofn...@yahoo.com> wrote: > Hey all -- > > Having a great time with Zookeeper and recently started testing > the RESTful interface in src/contrib. > > 'ant runrestserver' creates a test instance attached to stdin > which works well but any input kills it. How does one configure > Jersey to run for real i.e. not attached to my terminal's > stdin? > > I've tried altering log4j settings without much luck. > > If there are example setup docs for Linux, could somebody point > me there? FWIW, I'm running zookeeper-3.3.1 with openjdk-1.6. > > Cheers, and thanks in advance -- > > >