USER MANUALS


Embedded Web Container Management

You can manage the Web container embedded into the Denodo Platform with the WEBCONTAINER statement.

Syntax of the WEBCONTAINER statement
WEBCONTAINER {
      START ['<context_name>']*
    | STOP ['<context_name>']*
    | RELOAD '<context_name>' ['<context_name>']*
    | STATUS
    | SET <propertylist> }

This statement has the following parameters:

  • START / STOP: parameters to start and stop the Web container or the provided contexts.

  • RELOAD: refreshes the provided contexts in the Web container.

  • STATUS: parameter to check the current status of the Web container.

  • SET: specifies the port numbers used by the embedded Web container.

The RELOAD option applies the changes in the context’s configuration files. The allowed contexts are denodo-restfulws, denodo-graphql-service, denodo-odata4-service or /server/<database>/<web service name>. For published web services, you need WRITE privilege in the web service’s database. For the other contexts admin privilege is required.

The command DESC WEBSERVICE <web service name:literal> provides a more detailed description of a Web service: operations, fields of every operation, etc.

Add feedback