Activating license

Feedback


Select the license modules

If you have bought the official license for multiple versions and have activated them (Windows, Linux), you can select the needed version. If you also have bought license for extension service, you also can select them after selecting the version.

 

Select license in initial configuration

When it is the first time to access iServer in the browser, there is a license checking step to validate the activated licenses, where you can select the version then select the license for the extension service.

If not selecting the license modules, it will use the activated highest version license and use all activated extension modules.

Note: It is not optional for extension service modules that are not supported by the selected version. About the service module support details in each version please see: Table 1 Functions of each version of SuperMap iServer.

 

Manage the version and modules by the configuration file

After completing the iServer initialization configuration, you can view the license you are using in two ways:

If you need to modify the version or module you are using, you can modify it through the system configuration file. For more information, please refer to: iserver-system.xml.

E.g.:

  <license> 
    <enabledmodules> 
      <string>CHART</string>  
      <string>NETWORK</string>  
      <string>SPACE</string>  
      <string>SPATIAL</string>  
      <string>TRAFFIC_TRANSFER</string>  
      <string>PLOT</string>
      <string>SPATIAL_PROCESSING</string>
      <string>SERVICE_NODE_ADDITION</string>
      <string>ENTERPRISE</string> 
    </enabledmodules>  
  </license>