client-container
Defines the Enterprise Server specific configuration for the application client container. This is the
root element; there can only be one client-container element in a sun-acc.xml file.
See
The sun-acc.xml File.
Superelements
none
Subelements
The following table describes subelements for the client-container element.
client-container Subelements
|
|
|
|
only one (developer profile) one
or more (cluster and enterprise profiles) |
Specifies the IIOP listener for the target
server. Also specifies IIOP endpoints used for load balancing. If the Enterprise Server
instance on which the application client is deployed participates in a cluster, Enterprise
Server finds all currently active IIOP endpoints in the cluster automatically. However, a client
should have at least two endpoints specified for bootstrapping purposes, in case one
of the endpoints has failed. A listener or endpoint is in the form
host:port, where the host is an IP address or host name, and the
port specifies the port number. |
|
zero or one |
Specifies the optional configuration for JAAS authentication
realm. |
|
zero or one |
Specifies the default client credential that is sent to the
server. |
|
zero or one |
Specifies the default log file and the severity level of
the message. |
|
zero or more |
Specifies configurations for message security providers. |
|
zero or more |
Specifies a
property, which has a name and a value. |
|
Attributes
The following table describes attributes for the client-container element.
client-container Attributes
|
|
|
|
true |
If true, specifies that
client authentication credentials must be sent to the server. Without authentication credentials, all
access to protected EJB components results in exceptions. |
|
Properties
The following table describes properties for the client-container element.
client-container Properties
|
|
|
com.sun.appserv.iiop.endpoints |
none |
Specifies a comma-separated list
of one or more IIOP endpoints used for load balancing. An IIOP endpoint
is in the form host:port, where the host is an IP address or
host name, and the port specifies the port number. Deprecated. Use target-server elements instead. |
|