On Tue, 2013-02-26 at 18:13 +0100, Ludovic Kuty wrote:
Did you try a "netstat -nltp" as root under Linux to see if something is listening on the port ?
or (as root) lsof -i TCP:8984 which will list the process, if any.
Also make sure that you're contacting the right host :) BaseX has a habit of moving the configuration files around between releases, so sometimes the client isn't using the same conf file as the server.
Liam