-------- Original Message --------
Subject: making the server accessible from other machines
Date: Mon, 16 Mar 2009 11:59:29 +0100
From: francois guérin
To: monet@cwi.nl
Hi,
(i'm francois, this is not the first time i come to ask you some
questions about monetdb...)
i've tried to make the server accessible from another machine, but it
dont work...
when i launch the server, and enter the statement "
xprc_trusted.delete(); ", everything's fine and i can access to my
server with another machine.
but, when i edit the MonetBD.conf file, as it's preconized in
http://monetdb.cwi.nl/projects/monetdb/XQuery/Documentation/Security.html
nothing change
a quick look at my monetDB.conf file:
# if not set port to address the HTTP server for pathfinder = mapi_port+1
xrpc_port=""
# xrpc daemon is open for outside connections by default
xrpc_open=yes
# Additional options to be passed to the XRPC server, currently only
# "timing".
xrpc_options=""
# IP addresses or hostname separated by ';' who can execute scripts in
# <datadir>/MonetDB/xrpc/admin/
xrpc_admin=""
# IP addresses or hostname separated by ';' who can retrieve XML
# documents stored in the database using a URL of the form:
# http://<host>[:port]/xrpc/<name>.xml
xrpc_user=""
# url prefixes of trusted modules separated by ';'
xrpc_trusted=""
As you can see, all slots are either open, either empty (that should
mean any url/modules/user are allowed)