Identity & License Configuration - Storm Streaming Server

These are the basic configuration properties for Storm Streaming Server. Please open the preferences.xml file located in the config directory

License

By default the server license will be set to DEVELOPER. It does not require an account on our site, but in this mode server will be limited to 5 concurrent streams and 10 concurrent connections. Transcoder and Multi-server functionality will also not be available.

                        
<License key="DEVELOPER" />
                    

Identity and Group

For easier identification a name can be added to a server instance along with a group name. These field come in handy when creating a streaming cluster in order easily identify specific instance.

                        
<Identity>
	<ServerName>StormServer1</ServerName>
	<GroupName>StormGroup</GroupName>
    ...
</Identity>
                    

DefaultDomain

Default domain for the server.

                        
<Identity>
    ...
	<DefaultDomain>localhost</DefaultDomain>
</Identity>