Versions Compared

Key

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

...

  • Configure the following properties in the properties file:
PropertyDescriptionRequiredDefault value
Monitoring.Web.Host

This parameter defines the IP address for monitoring WebUI to listen on, which may be 0.0.0.0 to listen on all network interfaces. 

If Monitoring.Web.Host was specified with the incorrect value (not an integer in range 0..0xFFFF) then the monitoring WebUI will not be started and the following ERROR message will be logged:

Code Block
Failed to start monitoring Web UI: Monitoring.Web.Port is not an integer in range 0 .. 65535.
N127.0.0.1
Monitoring.Web.Port

This parameter defines the TCP port for monitoring WebUI to listen on.

If the Monitoring.Web.Port was specified with an invalid IP address of the host machine, then the monitoring WebUI will not be started and the following ERROR message will be logged:

Code Block
Failed to start monitoring Web UI: <message from the operating system>. 
N8906
  • Call Engine::Monitoring::Web::initialize function after initialization of FIX Engine.
  • Call Engine::Monitoring::Web::finalize before stopping FIX Engine.

...