|
|
|||
5.5.3 XRPC ServerOn database startup, the the HTTP server built-in for XRPC is started up automatically: $ Mserver --dbinit="module(pathfinder);"
...
# XRPC administrative GUI at http://localhost:50001/admin
MonetDB>
The Administrative GUI (see The Administrative GUI) is a pure-HTML application that allows to administer MonetDB/XQuery. It is built on top of XRPC and the HTTP port number used is visible in the start-up message above. By default, the XRPC server listens to the port number
The Changing MonetDB/XQuery provides a standard place for putting XQuery Modules
that are callable from outside: Note that Trusted Modules. For security reasons, the XRPC server will not execute an arbitrary module,
instead, it will only execute those modules which location (given by
the By default, only modules stored in the MonetDB domain and in the
Setting the value of File Serving. The XRPC server is a simple HTTP server as well. It serves all files stored in: ${prefix}/share/MonetDB/xrpcFor example, the dummy XQuery module "export.xq" that is standard installed in: ${prefix}/share/MonetDB/xrpc/exportcan be retrieved using the URL: http://
<yourhost>:<xrpc_port>/export/export.xqDirectory listing is turned off and it can only be turned on by changing the XRPC source code. |
||||
| © 1994-2011 CWI | Contact us Legal HG web Bugs TestWeb | |||