Re: [basex-talk] HTTP Server Not Serving Any RESTXQ Results

2015-04-12 Thread Eliot Kimber
Christian, I'm using the Zip distribution. The REST service works and WebDAV works, it is only RESTXQ that doesn't appear to be correctly configured. So either I'm missing some essential configuration detail or there's an OS X-specific problem that I'm tripping over. Thanks, Eliot — Eliot

Re: [basex-talk] HTTP Server Not Serving Any RESTXQ Results

2015-04-12 Thread Eliot Kimber
I found my configuration error: bad WEBPATH in my user-specific .basex file. I had, for whatever reason (maybe through some bad copying at some point), set the WEBPATH to a bogus directory. Once I set it to the actual webapp location then everything works as expected. A bit of startup

Re: [basex-talk] HTTP Server Not Serving Any RESTXQ Results

2015-04-12 Thread Christian Grün
I'll create an issue and try to circle back to implementing a fix once my current crunch has passed. Thanks for the offer, always appreciated!

[basex-talk] HTTP Server Not Serving Any RESTXQ Results

2015-04-11 Thread Eliot Kimber
I'm trying to set up some basic Web services using the basexhttp server. I'm on OS X. If I understand the docs, after running the basexhttp command, I should get the sample HTML start page returned by page:start() function defined in the restxq.xqm file when I go to http://localhost:8984

Re: [basex-talk] HTTP Server Not Serving Any RESTXQ Results

2015-04-11 Thread Christian Grün
Hi Eliot, If I understand the docs, after running the basexhttp command, I should get the sample HTML start page returned by page:start() function defined in the restxq.xqm file when I go to http://localhost:8984 However I'm not getting that page, I'm getting a 404 response from the Jetty