Active AMT CE
The Active AMT CE, is a module used to migrate your existing Active LINC Component Enabler applications to be able to connect them with an AMT environment.
It is designed to take over all the functionality of the Component Enabler in order to change as little as possible in your existing applications.
Connecting Active AMT CE to AMT
To connect the your existing application to your AMT environment the HostURI key in the Web.Config of Active AMT CE should be set to either an Application Server or to an Application Manager when present.
- For Application servers the syntax is: "appserver:<address>:<port>"
- For Application managers the syntax is: "manager:<address>:<port>"
Example: <add key="HostURI" value="appserver:vm-amtdev:22051"/>