Configuring Data Daemon Web Interface¶
Table of Contents
Introduction¶
This document includes the steps to configure the Data Daemon Web Interface.
Port¶
The web interface port can be changed from its default of 50052
with the server.port
property in $OFFLOAD_HOME/conf/datad.properties
(create the file if it does not exist).
Important
Any changes made to the Data Daemon properties file (datad.properties
) must be propagated across all installations running Data Daemon.
Disabling¶
The web interface can be disabled by setting the spring.main.web-application-type
property to none
in $OFFLOAD_HOME/conf/datad.properties
(create the file if it does not exist).
Important
Any changes made to the Data Daemon properties file (datad.properties
) must be propagated across all installations running Data Daemon.
Restart Data Daemon¶
Data Daemon must be restarted for the changes to take effect. Refer to Stop Gluent Data Platform Daemons and Start Gluent Data Platform Daemons.