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 server:
Which of our distributions (zip, war, ...) have you been using so far?
I verified that restxq.xqm is a loaded module:
repo list
Name Version Type Path
- Internal .DS_Store
restxq - Internal restxq.xqm
restxq.xqm must indeed be located in the webapp directory, and not in the repository. Maybe you can check out the BaseX ZIP archive, it should run out of the box.
Hope this helps, Christian