|
Open the edgeserver.xml file that is in the <edgeserver_home>\edge\config
folder. Observe the various tags, of which the following are the most
important:
<EdgeServer>: Is the root element. It contains tags to set
various tuneable parameters
<DispatcherList>: Specifies all the dispatchers that are
uploaded to the system. It contains an array
of <Dispatcher>, which defines all uploaded dispatchers.
There can only be only one <DispatcherList> in the <EdgeServer>
node.
<CurrentDispatcher>: Defines which dispatcher to use and
its parameters
<DeviceGroups>: Contains the actual device and filter instances
to load at run time
Most of the tags in the edgeserver.xml configuration file require
you to define a unique identifier so that they can be referenced by other
tags. The identifier is defined in the attribute ID and must be unique
across the file (although they do not have to be consecutive).
Look for the <Dispatcher> tag for Streams Dispatcher
and examine the attributes and parameters tag. Observe that there are
three parameters for Streams Dispatcher: url, username,
and password. Make a note of the value in the ID attribute
of the <Dispatcher> tag.

|