Specifies a deployed extension module.
The following table describes subelements for the extension-module element.
Table 1–67 extension-module Subelements
Element |
Required |
Description |
---|---|---|
zero or one |
Contains a text description of this element. |
|
zero or more |
Specifies a property or a variable. |
The following table describes attributes for the extension-module element.
Table 1–68 extension-module Attributes
Attribute |
Default |
Description |
---|---|---|
none |
The name of the extension module. |
|
none |
The location of the extension module in the Communications Server file system. |
|
none |
Specifies a String that identifies the extension module type, which the runtime uses to find the appropriate add-on container. When an extension module is registered with the Communications Server, the Communications Server specifies the module type automatically. For example, the module type for a Session Initiation Protocol (SIP) servlet is com.sun.enterprise.deployment.backend.extensions.sip.SipArchiveDeployer. |
|
user |
(optional) Defines the type of the resource. Allowed values are:
|
|
enabled |
true |
(optional) Determines whether the extension module is enabled. |
none |
(optional) Specifies an absolute or relative path to libraries specific to this module or application. A relative path is relative to domain-dir/lib/applibs. If the path is absolute, the path must be accessible to the domain administration server (DAS), which means it must be under domain-dir. To include more than one path, use a system-specific separator, such as a colon for Solaris or a semicolon for Windows. The libraries are made available to the application in the order in which they are specified. |
|
false |
(optional) Specifies whether availability is enabled in this extension module. Availability must also be enabled for the application or stand-alone extension module during deployment. For more information about availability, see availability-service. |
|
false |
(optional) Specifies whether the application has been deployed as a directory. |
The following table describes properties for the extension-module element.
Table 1–69 extension-module Properties
Property |
Default |
Description |
---|---|---|
none |
The context root at which the SIP or converged web/SIP extension module is deployed. The context root can be the empty string or just /. The context root can start with the / character, but doesn’t have to. For load balancing to work, SIP or converged web/SIP extension module context roots must be unique within a cluster. See the Sun GlassFish Communications Server 1.5 High Availability Administration Guide for more information about load balancing. Note – Some topics in the documentation pertain to features that are available only in domains that are configured to support clusters. Examples of domains that support clusters are domains that are created with the cluster profile. For information about profiles, see Usage Profiles in Sun GlassFish Communications Server 1.5 Administration Guide. |
|
false |
If true, specifies that the SIP extension module contains both SIP and HTTP servlets and is converged. If false, specifies that the SIP extension module contains only SIP servlets. |