Hi,
I'd like to serve static content in the same server as the one handling the
restxq. However, I noticed it expects the content to be in some level
under the static directory. Then, the URL also needs the static directory.
Is it possible to change both the directory the static files live and the
URL? That way I can create a site without requiring the end user to append
static to the URL to get to index.html.
Ultimately, I want to create static pages, restxq services, schemas and a
database, but have them isolated from the BaseX distribution. I've seen
some flags to specify some directory locations, but not the static one.
I'm using Ant so I can take the source distribution, copy that to a target
directory, and in another step, copy my source files. I realize Ant is
old, but I have no idea how to do this in Maven.
By the way, I absolutely love how easy it is to do a site yet it actually
seems quite powerful.
Kind Regards,
Ben