serverFilter Element

Specifies the role of the server on which the application must be run.

Syntax

  Copy imageCopy Code
<lc:serverFilter roles="HomeServer" | "FrontEnd" | "AccessProxy" | "Proxy" | "ALL" />

Attributes

None.

Child Elements

None.

Parent Element

applicationManifest

Remarks

  • If the serverFilter expectation is not met, registration is denied and an event log entry is generated. Following are the possible values and their meaning:

Value

Description

HomeServer

Indicates a Standard Edition Server

FrontEnd

Indicates an Enterprise Edition Front End Server

AccessProxy

Indicates an Access Edge Server

Proxy

Indicates a Forwarding Proxy Server

ALL

Indicates a server having any role

  • The namespace prefix "lc" in the preceding usage example is the default namespace prefix, but can be replaced with any string value that you assign to your namespace using the xmlns attribute of the applicationManifest element.

See Also