- your URL?
The xml database file is stored in '/path/to/webapp' and the url is stated in the xqm file as:
But which URL causes the 404 error?
%rest:path("xmldatabasefile.xml/bookstore/book")
/path/to/webapp/WEB-INF/web.xml: line77 <url-pattern>/*</url-pattern>
So your URL should probably look sth like..
http://localhost:8984/xmldatabasefile.xml/bookstore/book
I've tried using the wiki page suggested, without any success in understanding (!)
What are the problems? Christian