Re: Question about rest interface

2010-09-30 Thread Andrei Savu
The latest version of the rest gateway, now available in trunk, works the way you want it. I had the same problem you have while working on the code. There is also a simple start/stop script available (src/contrib/rest/rest.sh). You should checkout the trunk [1] or [2]. Runt "ant jar" in the root

Re: Question about rest interface

2010-09-30 Thread Patrick Hunt
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/res

Question about rest interface

2010-09-29 Thread marc slayton
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 termina