You are viewing the documentation for Blueriq 18. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Table of contents

Description

This component adds debug/development functionality to the Runtime:

  • A dashboard to start application and manage the server (settings),
  • session debug tools to debug/inspect the current running session,
  • a connection to Studio to start applications modelled in Studio.

Requirements

N/A

Installation

This component is enabled by default, but can be disabled:

To disable this component, the development-tools profile should be disabled. More information on how to configure the application using Spring Profiles can be found here : Application configuration with Spring Profiles.

Configuration

h2-console

For security reasons the h2-console is protected with basic auth by default(since release 11.5). In order to use the h2-console you need to have a user with the role h2console configured in your user-management. For an out-of-the-box installation you can find the users and roles in the user.properties in the config location of the Blueriq Runtime.

# User for h2-console access in development.
h2={noop}h2,h2console


Usage

See the cookbook Using the development dashboard for more information.

Troubleshooting

N/A

  • No labels