Hi Christian, I have checked this page. It seems to contain no info about the configuration variables themselves. Also, I have been able to connect to the locally started server from a remote IP address, which will happen only when a locally started server listens on all the ip addresses. I would like to make it bind to a particular address like MySQL and not have to worry about all the other IP addresses.
Thanks Loke
On Mon, Oct 3, 2011 at 2:09 AM, Christian GrĂ¼n christian.gruen@gmail.com wrote:
Hi Loke,
thanks for requesting a Wiki account!
Hi. I am looking for options to configure the server as documented in the Wiki, but I can not find .basex file anywhere, and there seems to be no documentation on the Wiki.
In addition to Jens' comments, you may check out the following Wiki page:
http://docs.basex.org/wiki/Configuration
I found the config files, but how do I bind the server to one ip address, or to just localhost, because though I can see HOST = localhost, I am still able to connect to it from different machines.
The server can only be locally started, which is why there is no option for the server host. Instead, HOST is used by the client to connect to a default server; see:
http://docs.basex.org/wiki/Options
Hope this helps, Christian