Configuring data flow service |
SuperMap iServer supports Quickly publish Data Flow Service. After published successfully, you can see the configuration information in the iserver-dataflow.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<dataFlowSetting>
<serviceSettings>
<com.supermap.service.dataflow.config.DataFlowServiceSetting>
<name>Dataflow</name>
<interfaceNames>
<string>dataflow</string>
</interfaceNames>
<enabled>true</enabled>
</com.supermap.service.dataflow.config.DataFlowServiceSetting>
</serviceSettings>
<interfaceSettings/>
<serverSetting>
<port>8800</port>
<isSSL>false</isSSL>
<address>127.0.0.1</address>
</serverSetting>
</com.supermap.service.dataflow.config.DataFlowSetting>
It contains all the configuration items of the data flow service in <serviceSetting>:
While, <serverSetting> contains configuration items, such as port, address, isSSL, etc.