Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

An Execution Context contains an internal Web Interface that can list all workflows deployed in the EC together with their state and throughput. The purpose of the monitor is to be able to check that workflows that must be up and running are active even in case that the platform for some reason is unavailable. In case the platform for some reason is unable to stop a workflow that is running the Web Interface also allows the user to stop an active workflow.

Note
titleNote!

The Web Interface does not allow the user to activate a workflow.

In order to To prevent or limit framing of the Web Interface, you can configure X-Frame-Options by adding the property mz.wi.xframeoptions on the cell level in the STR. For further information, see the System Administrator's Guide.

...

The Web Interface does not use the standard user standardImage Added user authentication mechanism. Instead an administrator password is used. The username and password is configured using the Execution Context properties ec.httpd.user  and  ec.httpd.password  properties. Type the configured username and password to log in to the EC Web Interface.

...

To disable the EC web interface the ec.httpd.enabled property needs to be set to "disable" and the com.digitalroute.wf.pico.ECSAHTTPD value needs to be removed from the list pico.bootstrapclass list in the ec.conf file. For more information see 2.6.3 Execution Context Properties.

...