This article addresses the significance of .fluxwebapp.properties file.
The .fluxwebapp.properties file is a file that is used to set configuration options for the operations console. The .fluxwebapp.properties file is located in C:\Documents and Settings\User in a Windows environment and in /home/User in a UNIX environment.
Usually this file is not needed when configuring the Operations Console, however if you are experiencing issues with cluster networking, real time monitoring, or engine discovery you may need to manually edit the file.
In the .fluxwebapp.properties file, you may need to set the following options if you are experiencing problems with cluster networking or real time monitoring:
For instance:
CLUSTER_NAME="Name of your cluster"
CLUSTER_NETWORKING_TCP_HOSTS=127.0.0.1
Or
CLUSTER_NETWORKING_TCP_HOSTS=123.1.2.3, 123.2.2.3, 123.3.2.3 (if you have multiple machines in your cluster)
CLUSTER_NETWORKING="true/false"
CLUSTER_ENABLED="true/false"
These cluster configuration options should match the settings in your engine configuration.
The option AUTO_DISCOVERY_ENABLED allows the engine to been seen by the operations console if set to true. By default the AUTO_DISCOVERY_ENABLED is set to true.
If this option is set to false you will need to manually add the engine in the Operations Console in order to see it. Setting this option to false may be necessary if you are experiencing problems seeing an engine in the Operations Console.
For instance:
AUTO_DISCOVERY_ENABLED="true/false"