Contains a context parameter name.
none - contains data
Contains a context parameter value.
none - contains data
Configures port unification.
The following table describes subelements for the port-unification element.
|
The following table describes attributes for the port-unification element.
|
Contains the principal of the servlet or EJB client.
none - contains data
Maps an EIS principal to a principal defined in the Enterprise Server domain.
none
The following table describes attributes for the principal-map element.
|
Configures a profiler for use with the Enterprise Server. For more information about
profilers, see the Sun GlassFish Enterprise Server v3 Application Development Guide.
The following table describes subelements for the profiler element.
|
Note - Subelements of a profiler element can occur in any order.
The following table describes attributes for the profiler element.
|
Specifies a property. A property adds configuration information to its parent element that is one or both of the following:
Optional with respect to the Enterprise Server
Needed by a system or object that the Enterprise Server doesn’t have knowledge of, such as an LDAP server or a Java class
For example, an auth-realm element can include property subelements:
<auth-realm name="file" classname="com.sun.enterprise.security.auth.realm.file.FileRealm"> <property name="file" value="domain-dir/config/keyfile"/> <property name="jaas-context" value="fileRealm"/> </auth-realm>
Which properties an auth-realm element uses depends on the value of the auth-realm element’s name attribute. The file realm uses file and jaas-context properties. Other realms use different properties.
admin-object-resource,
admin-service,
appclient-module,
application,
audit-module,
auth-realm,
config,
connector-connection-pool,
connector-module,
connector-resource,
custom-resource,
das-config,
domain,
ejb-container,
ejb-module,
ejb-timer-service,
engine,
extension-module,
external-jndi-resource,
http-service,
iiop-listener,
j2ee-application,
jacc-provider,
java-config,
jdbc-connection-pool,
jdbc-resource,
jms-host,
jms-service,
jmx-connector,
lifecycle-module,
log-service,
mail-resource,
manager-properties,
mdb-container,
module-log-levels,
module-monitoring-levels,
monitoring-service,
orb,
profiler,
provider-config,
resource-adapter-config,
security-service,
server,
session-properties,
store-properties,
thread-pool,
transaction-service,
virtual-server,
web-container, ,
web-module
none
The following table describes attributes for the property element.
|
Configures a network protocol. A protocol can be defined in one of the following ways according to its subelements:
http — Defines HTTP or HTTPS protocol.
protocol-chain-instance-handler — Defines a custom protocol as a chain of
protocol-filter links.
port-unification — Defines a composite protocol, which can consist of several protocol definitions. Port unification makes it possible for a single
network-listener to host several protocols at the same time. For example, HTTP and IIOP can work simultaneously on port 8080.
The following table describes subelements for the protocol element.
|
The following table describes attributes for the protocol element.
|
Configures a protocol chain.
protocol-chain-instance-handler
none
The following table describes attributes for the protocol-chain element.
|
Configures a protocol chain instance handler.
The following table describes subelements for the protocol-chain-instance-handler element.
|
The following table describes attributes for the protocol-chain-instance-handler element.
|
Configures a protocol filter.
none
The following table describes attributes for the protocol-filter element.
|
Configures a protocol finder.
none
The following table describes attributes for the protocol-finder element.
|
Contains protocols.
The following table describes subelements for the protocols element.
|
Specifies a configuration for one message security provider.
Although the request-policy and response-policy subelements are optional, the provider-config element does nothing if they are not specified.
Use property subelements to configure provider-specific properties. Property values are passed to the provider when its initialize method is called.
The following table describes subelements for the provider-config element.
|
The following table describes attributes for the provider-config element.
|
The following table describes properties for the provider-config element.
|