IBM Worklight v5.0.5 > Develop IBM Worklight applications > Develop the server side of an IBM Worklight application > The adapter XML FileThe <connectionPolicy> element of the Cast Iron adapter
The <ConnectionPolicy> element..
<connectionPolicy xsi:type="http:HTTPConnectionPolicyType"> <protocol> protocol </protocol> <domain> host-name </domain> <port> host-port </port> </connectionPolicy>
Attribute Description xsi:type Must be set to http:HTTPConnectionPolicyType.
Subelement Description protocol Optional. The URL protocol to use. Possible values are http (default) and https. domain The host address. port Optional. The port address. The default value is 80.
Parent The adapter XML File