In the next step you'll learn how to configure Sever License.
The first thing we should do after installing the server is to configure server identification. To do this, we need to edit the preferences.xml file, which contains the entire configuration for the Storm Streaming Server application.
Below you’ll find the default configuration for server identity:
<Identity>
<ServerName>MyStromServer</ServerName>
<GroupName>DevGroup</GroupName>
<DefaultDomain>localhost</DefaultDomain>
</Identity>
ServerName | The common name of this server is intended to facilitate server identification. This value is also used as the server ID when configuring a cluster. |
GroupName | The name of the group to which the server belongs. Like the ServerName, it is used in cluster configuration and can be anything. |
DefaultDomain | This is the domain name (optionally the IP address) under which this server is accessible. For testing use “localhost”, while for production/cluster configuration something like “stream04.yourdomain.com” will be better. |
For verification, please check logs or output messages. You should see something like that:
14:50:25 INFO Config - Identity :: Server Name: "MyStromServer" | Server Group: "DevGroup" | Default Domain: "localhost"
Create a free ticket and our support team will provide you necessary assistance.