Enterprise Application (enterpriseApplication)

Defines the properties of an enterprise application.

NameTypeDefaultDescription

autoStart

boolean

true

Indicates whether or not the server automatically starts the application.

classloaderRef

A reference to top level classloader element (string).

Defines the settings for an application classloader.

defaultClientModule

string

Default client module of an enterprise application.

id

string

A unique configuration ID.

location

A file, directory or url.
Required

Location of an application expressed as an absolute path or a path relative to the server-level apps directory.

name

string

Name of an application.

startAfterRef

List of references to top level application elements (comma-separated string).

Specifies applications that are required to start before this application can begin starting.

useJandex

boolean

Enables use of Jandex index files if they are supplied in the application

enterpriseApplication > appProperties

Provides custom properties to an application.

Expand
enterpriseApplication > appProperties > property

Provides a specific custom property to an application.

enterpriseApplication > application-bnd

Defines properties that apply to application bindings.

Expand
enterpriseApplication > application-bnd > data-source

Specifies the binding for a data source.

Expand
enterpriseApplication > application-bnd > ejb-ref

Specifies the binding for an EJB Reference.

Expand
enterpriseApplication > application-bnd > env-entry

Specifies the binding for an environment entry.

Expand
enterpriseApplication > application-bnd > message-destination-ref

Specifies the binding for a message destination reference.

Expand
enterpriseApplication > application-bnd > resource-env-ref

Specifies the binding for a resource environment reference.

Expand
enterpriseApplication > application-bnd > resource-ref

Specifies the binding for a resource reference.

Expand
enterpriseApplication > application-bnd > resource-ref > authentication-alias

Expand
enterpriseApplication > application-bnd > resource-ref > authentication-alias > name

Expand
enterpriseApplication > application-bnd > resource-ref > custom-login-configuration

Expand
enterpriseApplication > application-bnd > resource-ref > custom-login-configuration > property

Expand
enterpriseApplication > application-bnd > security-role

A role that is mapped to users and groups in a domain user registry.

Expand
enterpriseApplication > application-bnd > security-role > group

Expand
enterpriseApplication > application-bnd > security-role > run-as

Expand
enterpriseApplication > application-bnd > security-role > special-subject

Expand
enterpriseApplication > application-bnd > security-role > user

enterpriseApplication > application-client-bnd

Defines properties that apply to application clients.

Expand
enterpriseApplication > application-client-bnd > data-source

Defines a data source for an application client.

Expand
enterpriseApplication > application-client-bnd > ejb-ref

EJB References in an application client.

Expand
enterpriseApplication > application-client-bnd > env-entry

Defines an environment entry for an application client.

Expand
enterpriseApplication > application-client-bnd > message-destination-ref

Message destination reference in an application client.

Expand
enterpriseApplication > application-client-bnd > resource-env-ref

Specifies the binding for a resource environment reference.

Expand
enterpriseApplication > application-client-bnd > resource-ref

Resource references in an application client.

Expand
enterpriseApplication > application-client-bnd > resource-ref > authentication-alias

Expand
enterpriseApplication > application-client-bnd > resource-ref > authentication-alias > name

Expand
enterpriseApplication > application-client-bnd > resource-ref > custom-login-configuration

Expand
enterpriseApplication > application-client-bnd > resource-ref > custom-login-configuration > property

enterpriseApplication > application-ext

Defines properties to extend applications.

NameTypeDefaultDescription

shared-session-context

boolean

Indicates whether the session context is shared between modules.

enterpriseApplication > classloader

Defines the settings for an application classloader.

NameTypeDefaultDescription

apiTypeVisibility

string

spec,ibm-api,api,stable

The types of API packages that this class loader supports. This value is a comma-separated list of any combination of the following API packages: spec, ibm-api, api, stable, third-party. If a prefix of + or - is added to API types, those API types are added or removed, respectively, from the default set of API types. Common usage for the prefix, +third-party, results in "spec, ibm-api, api, stable, third-party". The prefix, -api, results in "spec, ibm-api, stable".

classProviderRef

List of references to top level resourceAdapter elements (comma-separated string).

List of class provider references. When searching for classes or resources, this class loader will delegate to the specified class providers after searching its own class path.

commonLibraryRef

List of references to top level library elements (comma-separated string).

List of library references. Library class instances are shared with other classloaders.

delegation

  • parentFirst

  • parentLast

parentFirst

Controls whether parent classloader is used before or after this classloader. If parent first is selected then delegate to immediate parent before searching the classpath. If parent last is selected then search the classpath before delegating to the immediate parent.

privateLibraryRef

List of references to top level library elements (comma-separated string).

List of library references. Library class instances are unique to this classloader, independent of class instances from other classloaders.

Expand
enterpriseApplication > classloader > classProvider

List of class provider references. When searching for classes or resources, this class loader will delegate to the specified class providers after searching its own class path.

Expand
enterpriseApplication > classloader > classProvider > appProperties

Expand
enterpriseApplication > classloader > classProvider > appProperties > property

Expand
enterpriseApplication > classloader > classProvider > customize

Expand
enterpriseApplication > classloader > classProvider > web-ext

Expand
enterpriseApplication > classloader > classProvider > web-ext > file-serving-attribute

Expand
enterpriseApplication > classloader > classProvider > web-ext > invoker-attribute

Expand
enterpriseApplication > classloader > classProvider > web-ext > jsp-attribute

Expand
enterpriseApplication > classloader > classProvider > web-ext > mime-filter

Expand
enterpriseApplication > classloader > classProvider > web-ext > resource-ref

Expand
enterpriseApplication > classloader > classProvider > webservices-bnd

Expand
enterpriseApplication > classloader > classProvider > webservices-bnd > http-publishing

Expand
enterpriseApplication > classloader > classProvider > webservices-bnd > http-publishing > webservice-security

Expand
enterpriseApplication > classloader > classProvider > webservices-bnd > http-publishing > webservice-security > login-config

Expand
enterpriseApplication > classloader > classProvider > webservices-bnd > http-publishing > webservice-security > login-config > form-login-config

Expand
enterpriseApplication > classloader > classProvider > webservices-bnd > http-publishing > webservice-security > security-constraint

Expand
enterpriseApplication > classloader > classProvider > webservices-bnd > http-publishing > webservice-security > security-constraint > auth-constraint

Expand
enterpriseApplication > classloader > classProvider > webservices-bnd > http-publishing > webservice-security > security-constraint > user-data-constraint

Expand
enterpriseApplication > classloader > classProvider > webservices-bnd > http-publishing > webservice-security > security-constraint > web-resource-collection

Expand
enterpriseApplication > classloader > classProvider > webservices-bnd > http-publishing > webservice-security > security-role

Expand
enterpriseApplication > classloader > classProvider > webservices-bnd > service-ref

Expand
enterpriseApplication > classloader > classProvider > webservices-bnd > service-ref > port

Expand
enterpriseApplication > classloader > classProvider > webservices-bnd > webservice-endpoint

Expand
enterpriseApplication > classloader > classProvider > webservices-bnd > webservice-endpoint-properties

Expand
enterpriseApplication > classloader > commonLibrary

List of library references. Library class instances are shared with other classloaders.

Expand
enterpriseApplication > classloader > commonLibrary > file

Expand
enterpriseApplication > classloader > commonLibrary > fileset

Expand
enterpriseApplication > classloader > commonLibrary > folder

Expand
enterpriseApplication > classloader > privateLibrary

List of library references. Library class instances are unique to this classloader, independent of class instances from other classloaders.

Expand
enterpriseApplication > classloader > privateLibrary > file

Expand
enterpriseApplication > classloader > privateLibrary > fileset

Expand
enterpriseApplication > classloader > privateLibrary > folder

enterpriseApplication > ejb-jar-bnd

The EJB binding descriptor defines binding information for an EJB module.

NameTypeDefaultDescription

moduleName

string

The module name specifies the individual module that the binding or extension configuration applies to.

Expand
enterpriseApplication > ejb-jar-bnd > interceptor

Binding properties for interceptors.

Expand
enterpriseApplication > ejb-jar-bnd > interceptor > data-source

Expand
enterpriseApplication > ejb-jar-bnd > interceptor > ejb-ref

Expand
enterpriseApplication > ejb-jar-bnd > interceptor > env-entry

Expand
enterpriseApplication > ejb-jar-bnd > interceptor > message-destination-ref

Expand
enterpriseApplication > ejb-jar-bnd > interceptor > resource-env-ref

Expand
enterpriseApplication > ejb-jar-bnd > interceptor > resource-ref

Expand
enterpriseApplication > ejb-jar-bnd > interceptor > resource-ref > authentication-alias

Expand
enterpriseApplication > ejb-jar-bnd > interceptor > resource-ref > authentication-alias > name

Expand
enterpriseApplication > ejb-jar-bnd > interceptor > resource-ref > custom-login-configuration

Expand
enterpriseApplication > ejb-jar-bnd > interceptor > resource-ref > custom-login-configuration > property

Expand
enterpriseApplication > ejb-jar-bnd > message-destination

Binding properties for message destinations.

Expand
enterpriseApplication > ejb-jar-bnd > message-driven

Binding properties for message driven beans.

Expand
enterpriseApplication > ejb-jar-bnd > message-driven > data-source

Expand
enterpriseApplication > ejb-jar-bnd > message-driven > ejb-ref

Expand
enterpriseApplication > ejb-jar-bnd > message-driven > env-entry

Expand
enterpriseApplication > ejb-jar-bnd > message-driven > jca-adapter

Expand
enterpriseApplication > ejb-jar-bnd > message-driven > message-destination-ref

Expand
enterpriseApplication > ejb-jar-bnd > message-driven > resource-env-ref

Expand
enterpriseApplication > ejb-jar-bnd > message-driven > resource-ref

Expand
enterpriseApplication > ejb-jar-bnd > message-driven > resource-ref > authentication-alias

Expand
enterpriseApplication > ejb-jar-bnd > message-driven > resource-ref > authentication-alias > name

Expand
enterpriseApplication > ejb-jar-bnd > message-driven > resource-ref > custom-login-configuration

Expand
enterpriseApplication > ejb-jar-bnd > message-driven > resource-ref > custom-login-configuration > property

Expand
enterpriseApplication > ejb-jar-bnd > session

Binding properties for session beans.

Expand
enterpriseApplication > ejb-jar-bnd > session > data-source

Expand
enterpriseApplication > ejb-jar-bnd > session > ejb-ref

Expand
enterpriseApplication > ejb-jar-bnd > session > env-entry

Expand
enterpriseApplication > ejb-jar-bnd > session > interface

Expand
enterpriseApplication > ejb-jar-bnd > session > message-destination-ref

Expand
enterpriseApplication > ejb-jar-bnd > session > resource-env-ref

Expand
enterpriseApplication > ejb-jar-bnd > session > resource-ref

Expand
enterpriseApplication > ejb-jar-bnd > session > resource-ref > authentication-alias

Expand
enterpriseApplication > ejb-jar-bnd > session > resource-ref > authentication-alias > name

Expand
enterpriseApplication > ejb-jar-bnd > session > resource-ref > custom-login-configuration

Expand
enterpriseApplication > ejb-jar-bnd > session > resource-ref > custom-login-configuration > property

enterpriseApplication > ejb-jar-ext

Extension properties for EJB applications.

NameTypeDefaultDescription

moduleName

string

The module name specifies the individual module that the binding or extension configuration applies to.

Expand
enterpriseApplication > ejb-jar-ext > message-driven

Extension properties for message driven beans.

Expand
enterpriseApplication > ejb-jar-ext > message-driven > bean-cache

Expand
enterpriseApplication > ejb-jar-ext > message-driven > global-transaction

Expand
enterpriseApplication > ejb-jar-ext > message-driven > local-transaction

Expand
enterpriseApplication > ejb-jar-ext > message-driven > resource-ref

Expand
enterpriseApplication > ejb-jar-ext > message-driven > start-at-app-start

Expand
enterpriseApplication > ejb-jar-ext > session

Extension properties for session beans.

Expand
enterpriseApplication > ejb-jar-ext > session > bean-cache

Expand
enterpriseApplication > ejb-jar-ext > session > global-transaction

Expand
enterpriseApplication > ejb-jar-ext > session > local-transaction

Expand
enterpriseApplication > ejb-jar-ext > session > resource-ref

Expand
enterpriseApplication > ejb-jar-ext > session > start-at-app-start

Expand
enterpriseApplication > ejb-jar-ext > session > time-out

enterpriseApplication > managed-bean-bnd

Specifies the bindings for a managed bean.

NameTypeDefaultDescription

moduleName

string

The module name specifies the individual module that the binding or extension configuration applies to.

Expand
enterpriseApplication > managed-bean-bnd > interceptor

Defines interceptors for the managed bean binding.

Expand
enterpriseApplication > managed-bean-bnd > interceptor > data-source

Expand
enterpriseApplication > managed-bean-bnd > interceptor > ejb-ref

Expand
enterpriseApplication > managed-bean-bnd > interceptor > env-entry

Expand
enterpriseApplication > managed-bean-bnd > interceptor > message-destination-ref

Expand
enterpriseApplication > managed-bean-bnd > interceptor > resource-env-ref

Expand
enterpriseApplication > managed-bean-bnd > interceptor > resource-ref

Expand
enterpriseApplication > managed-bean-bnd > interceptor > resource-ref > authentication-alias

Expand
enterpriseApplication > managed-bean-bnd > interceptor > resource-ref > authentication-alias > name

Expand
enterpriseApplication > managed-bean-bnd > interceptor > resource-ref > custom-login-configuration

Expand
enterpriseApplication > managed-bean-bnd > interceptor > resource-ref > custom-login-configuration > property

Expand
enterpriseApplication > managed-bean-bnd > managed-bean

Specifies the managed bean for this binding.

Expand
enterpriseApplication > managed-bean-bnd > managed-bean > data-source

Expand
enterpriseApplication > managed-bean-bnd > managed-bean > ejb-ref

Expand
enterpriseApplication > managed-bean-bnd > managed-bean > env-entry

Expand
enterpriseApplication > managed-bean-bnd > managed-bean > message-destination-ref

Expand
enterpriseApplication > managed-bean-bnd > managed-bean > resource-env-ref

Expand
enterpriseApplication > managed-bean-bnd > managed-bean > resource-ref

Expand
enterpriseApplication > managed-bean-bnd > managed-bean > resource-ref > authentication-alias

Expand
enterpriseApplication > managed-bean-bnd > managed-bean > resource-ref > authentication-alias > name

Expand
enterpriseApplication > managed-bean-bnd > managed-bean > resource-ref > custom-login-configuration

Expand
enterpriseApplication > managed-bean-bnd > managed-bean > resource-ref > custom-login-configuration > property

enterpriseApplication > resourceAdapter

Specifies configuration for a resource adapter that is embedded in an application.

NameTypeDefaultDescription

alias

string

${id}

Overrides the default identifier for the resource adapter. The identifier is used in the name of the resource adapter's configuration properties element, which in turn is used in determining the name of configuration properties elements for any resources provided by the resource adapter. The resource adapter's configuration properties element name has the format, properties.<APP_NAME>.<ALIAS>, where <APP_NAME> is the name of the application and <ALIAS> is the configured alias. If unspecified, the alias defaults to the module name of the resource adapter.

autoStart

boolean

Configures whether a resource adapter starts automatically upon deployment of the resource adapter or lazily upon injection or lookup of a resource.

contextServiceRef

A reference to top level contextService element (string).

Configures how context is captured and propagated to threads.

id

string
Required

Identifies the name of the embedded resource adapter module to which this configuration applies.

Expand
enterpriseApplication > resourceAdapter > contextService

Configures how context is captured and propagated to threads.

Expand
enterpriseApplication > resourceAdapter > contextService > baseContext

Expand
enterpriseApplication > resourceAdapter > contextService > baseContext > classloaderContext

Expand
enterpriseApplication > resourceAdapter > contextService > baseContext > jeeMetadataContext

Expand
enterpriseApplication > resourceAdapter > contextService > baseContext > securityContext

Expand
enterpriseApplication > resourceAdapter > contextService > classloaderContext

Expand
enterpriseApplication > resourceAdapter > contextService > jeeMetadataContext

Expand
enterpriseApplication > resourceAdapter > contextService > securityContext

Expand
enterpriseApplication > resourceAdapter > customize

Customizes the configuration properties element for the activation specification, administered object, or connection factory with the specified interface and/or implementation class.

enterpriseApplication > startAfter

Specifies applications that are required to start before this application can begin starting.

NameTypeDefaultDescription

autoStart

boolean

true

Indicates whether or not the server automatically starts the application.

classloaderRef

A reference to top level classloader element (string).

Defines the settings for an application classloader.

context-root

string

Context root of an application.

id

string

A unique configuration ID.

location

A file, directory or url.
Required

Location of an application expressed as an absolute path or a path relative to the server-level apps directory.

name

string

Name of an application.

startAfterRef

List of references to top level application elements (comma-separated string).

Specifies applications that are required to start before this application can begin starting.

type

string

Type of application archive.

useJandex

boolean

Enables use of Jandex index files if they are supplied in the application

Expand
enterpriseApplication > startAfter > appProperties

Provides custom properties to an application.

Expand
enterpriseApplication > startAfter > appProperties > property

Expand
enterpriseApplication > startAfter > application-bnd

Defines properties that apply to application bindings.

Expand
enterpriseApplication > startAfter > application-bnd > data-source

Expand
enterpriseApplication > startAfter > application-bnd > ejb-ref

Expand
enterpriseApplication > startAfter > application-bnd > env-entry

Expand
enterpriseApplication > startAfter > application-bnd > message-destination-ref

Expand
enterpriseApplication > startAfter > application-bnd > resource-env-ref

Expand
enterpriseApplication > startAfter > application-bnd > resource-ref

Expand
enterpriseApplication > startAfter > application-bnd > resource-ref > authentication-alias

Expand
enterpriseApplication > startAfter > application-bnd > resource-ref > authentication-alias > name

Expand
enterpriseApplication > startAfter > application-bnd > resource-ref > custom-login-configuration

Expand
enterpriseApplication > startAfter > application-bnd > resource-ref > custom-login-configuration > property

Expand
enterpriseApplication > startAfter > application-bnd > security-role

Expand
enterpriseApplication > startAfter > application-bnd > security-role > group

Expand
enterpriseApplication > startAfter > application-bnd > security-role > run-as

Expand
enterpriseApplication > startAfter > application-bnd > security-role > special-subject

Expand
enterpriseApplication > startAfter > application-bnd > security-role > user

Expand
enterpriseApplication > startAfter > application-client-bnd

Defines properties that apply to application clients.

Expand
enterpriseApplication > startAfter > application-client-bnd > data-source

Expand
enterpriseApplication > startAfter > application-client-bnd > ejb-ref

Expand
enterpriseApplication > startAfter > application-client-bnd > env-entry

Expand
enterpriseApplication > startAfter > application-client-bnd > message-destination-ref

Expand
enterpriseApplication > startAfter > application-client-bnd > resource-env-ref

Expand
enterpriseApplication > startAfter > application-client-bnd > resource-ref

Expand
enterpriseApplication > startAfter > application-client-bnd > resource-ref > authentication-alias

Expand
enterpriseApplication > startAfter > application-client-bnd > resource-ref > authentication-alias > name

Expand
enterpriseApplication > startAfter > application-client-bnd > resource-ref > custom-login-configuration

Expand
enterpriseApplication > startAfter > application-client-bnd > resource-ref > custom-login-configuration > property

Expand
enterpriseApplication > startAfter > application-ext

Defines properties to extend applications.

Expand
enterpriseApplication > startAfter > classloader

Defines the settings for an application classloader.

Expand
enterpriseApplication > startAfter > classloader > classProvider

Expand
enterpriseApplication > startAfter > classloader > classProvider > appProperties

Expand
enterpriseApplication > startAfter > classloader > classProvider > appProperties > property

Expand
enterpriseApplication > startAfter > classloader > classProvider > customize

Expand
enterpriseApplication > startAfter > classloader > classProvider > web-ext

Expand
enterpriseApplication > startAfter > classloader > classProvider > web-ext > file-serving-attribute

Expand
enterpriseApplication > startAfter > classloader > classProvider > web-ext > invoker-attribute

Expand
enterpriseApplication > startAfter > classloader > classProvider > web-ext > jsp-attribute

Expand
enterpriseApplication > startAfter > classloader > classProvider > web-ext > mime-filter

Expand
enterpriseApplication > startAfter > classloader > classProvider > web-ext > resource-ref

Expand
enterpriseApplication > startAfter > classloader > classProvider > webservices-bnd

Expand
enterpriseApplication > startAfter > classloader > classProvider > webservices-bnd > http-publishing

Expand
enterpriseApplication > startAfter > classloader > classProvider > webservices-bnd > http-publishing > webservice-security

Expand
enterpriseApplication > startAfter > classloader > classProvider > webservices-bnd > http-publishing > webservice-security > login-config

Expand
enterpriseApplication > startAfter > classloader > classProvider > webservices-bnd > http-publishing > webservice-security > login-config > form-login-config

Expand
enterpriseApplication > startAfter > classloader > classProvider > webservices-bnd > http-publishing > webservice-security > security-constraint

Expand
enterpriseApplication > startAfter > classloader > classProvider > webservices-bnd > http-publishing > webservice-security > security-constraint > auth-constraint

Expand
enterpriseApplication > startAfter > classloader > classProvider > webservices-bnd > http-publishing > webservice-security > security-constraint > user-data-constraint

Expand
enterpriseApplication > startAfter > classloader > classProvider > webservices-bnd > http-publishing > webservice-security > security-constraint > web-resource-collection

Expand
enterpriseApplication > startAfter > classloader > classProvider > webservices-bnd > http-publishing > webservice-security > security-role

Expand
enterpriseApplication > startAfter > classloader > classProvider > webservices-bnd > service-ref

Expand
enterpriseApplication > startAfter > classloader > classProvider > webservices-bnd > service-ref > port

Expand
enterpriseApplication > startAfter > classloader > classProvider > webservices-bnd > webservice-endpoint

Expand
enterpriseApplication > startAfter > classloader > classProvider > webservices-bnd > webservice-endpoint-properties

Expand
enterpriseApplication > startAfter > classloader > commonLibrary

Expand
enterpriseApplication > startAfter > classloader > commonLibrary > file

Expand
enterpriseApplication > startAfter > classloader > commonLibrary > fileset

Expand
enterpriseApplication > startAfter > classloader > commonLibrary > folder

Expand
enterpriseApplication > startAfter > classloader > privateLibrary

Expand
enterpriseApplication > startAfter > classloader > privateLibrary > file

Expand
enterpriseApplication > startAfter > classloader > privateLibrary > fileset

Expand
enterpriseApplication > startAfter > classloader > privateLibrary > folder

Expand
enterpriseApplication > startAfter > ejb-jar-bnd

The EJB binding descriptor defines binding information for an EJB module.

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > interceptor

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > interceptor > data-source

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > interceptor > ejb-ref

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > interceptor > env-entry

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > interceptor > message-destination-ref

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > interceptor > resource-env-ref

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > interceptor > resource-ref

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > interceptor > resource-ref > authentication-alias

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > interceptor > resource-ref > authentication-alias > name

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > interceptor > resource-ref > custom-login-configuration

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > interceptor > resource-ref > custom-login-configuration > property

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > message-destination

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > message-driven

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > message-driven > data-source

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > message-driven > ejb-ref

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > message-driven > env-entry

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > message-driven > jca-adapter

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > message-driven > message-destination-ref

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > message-driven > resource-env-ref

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > message-driven > resource-ref

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > message-driven > resource-ref > authentication-alias

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > message-driven > resource-ref > authentication-alias > name

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > message-driven > resource-ref > custom-login-configuration

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > message-driven > resource-ref > custom-login-configuration > property

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > session

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > session > data-source

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > session > ejb-ref

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > session > env-entry

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > session > interface

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > session > message-destination-ref

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > session > resource-env-ref

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > session > resource-ref

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > session > resource-ref > authentication-alias

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > session > resource-ref > authentication-alias > name

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > session > resource-ref > custom-login-configuration

Expand
enterpriseApplication > startAfter > ejb-jar-bnd > session > resource-ref > custom-login-configuration > property

Expand
enterpriseApplication > startAfter > ejb-jar-ext

Extension properties for EJB applications.

Expand
enterpriseApplication > startAfter > ejb-jar-ext > message-driven

Expand
enterpriseApplication > startAfter > ejb-jar-ext > message-driven > bean-cache

Expand
enterpriseApplication > startAfter > ejb-jar-ext > message-driven > global-transaction

Expand
enterpriseApplication > startAfter > ejb-jar-ext > message-driven > local-transaction

Expand
enterpriseApplication > startAfter > ejb-jar-ext > message-driven > resource-ref

Expand
enterpriseApplication > startAfter > ejb-jar-ext > message-driven > start-at-app-start

Expand
enterpriseApplication > startAfter > ejb-jar-ext > session

Expand
enterpriseApplication > startAfter > ejb-jar-ext > session > bean-cache

Expand
enterpriseApplication > startAfter > ejb-jar-ext > session > global-transaction

Expand
enterpriseApplication > startAfter > ejb-jar-ext > session > local-transaction

Expand
enterpriseApplication > startAfter > ejb-jar-ext > session > resource-ref

Expand
enterpriseApplication > startAfter > ejb-jar-ext > session > start-at-app-start

Expand
enterpriseApplication > startAfter > ejb-jar-ext > session > time-out

Expand
enterpriseApplication > startAfter > managed-bean-bnd

Specifies the bindings for a managed bean.

Expand
enterpriseApplication > startAfter > managed-bean-bnd > interceptor

Expand
enterpriseApplication > startAfter > managed-bean-bnd > interceptor > data-source

Expand
enterpriseApplication > startAfter > managed-bean-bnd > interceptor > ejb-ref

Expand
enterpriseApplication > startAfter > managed-bean-bnd > interceptor > env-entry

Expand
enterpriseApplication > startAfter > managed-bean-bnd > interceptor > message-destination-ref

Expand
enterpriseApplication > startAfter > managed-bean-bnd > interceptor > resource-env-ref

Expand
enterpriseApplication > startAfter > managed-bean-bnd > interceptor > resource-ref

Expand
enterpriseApplication > startAfter > managed-bean-bnd > interceptor > resource-ref > authentication-alias

Expand
enterpriseApplication > startAfter > managed-bean-bnd > interceptor > resource-ref > authentication-alias > name

Expand
enterpriseApplication > startAfter > managed-bean-bnd > interceptor > resource-ref > custom-login-configuration

Expand
enterpriseApplication > startAfter > managed-bean-bnd > interceptor > resource-ref > custom-login-configuration > property

Expand
enterpriseApplication > startAfter > managed-bean-bnd > managed-bean

Expand
enterpriseApplication > startAfter > managed-bean-bnd > managed-bean > data-source

Expand
enterpriseApplication > startAfter > managed-bean-bnd > managed-bean > ejb-ref

Expand
enterpriseApplication > startAfter > managed-bean-bnd > managed-bean > env-entry

Expand
enterpriseApplication > startAfter > managed-bean-bnd > managed-bean > message-destination-ref

Expand
enterpriseApplication > startAfter > managed-bean-bnd > managed-bean > resource-env-ref

Expand
enterpriseApplication > startAfter > managed-bean-bnd > managed-bean > resource-ref

Expand
enterpriseApplication > startAfter > managed-bean-bnd > managed-bean > resource-ref > authentication-alias

Expand
enterpriseApplication > startAfter > managed-bean-bnd > managed-bean > resource-ref > authentication-alias > name

Expand
enterpriseApplication > startAfter > managed-bean-bnd > managed-bean > resource-ref > custom-login-configuration

Expand
enterpriseApplication > startAfter > managed-bean-bnd > managed-bean > resource-ref > custom-login-configuration > property

Expand
enterpriseApplication > startAfter > resourceAdapter

Specifies configuration for a resource adapter that is embedded in an application.

Expand
enterpriseApplication > startAfter > resourceAdapter > contextService

Expand
enterpriseApplication > startAfter > resourceAdapter > contextService > baseContext

Expand
enterpriseApplication > startAfter > resourceAdapter > contextService > baseContext > classloaderContext

Expand
enterpriseApplication > startAfter > resourceAdapter > contextService > baseContext > jeeMetadataContext

Expand
enterpriseApplication > startAfter > resourceAdapter > contextService > baseContext > securityContext

Expand
enterpriseApplication > startAfter > resourceAdapter > contextService > classloaderContext

Expand
enterpriseApplication > startAfter > resourceAdapter > contextService > jeeMetadataContext

Expand
enterpriseApplication > startAfter > resourceAdapter > contextService > securityContext

Expand
enterpriseApplication > startAfter > resourceAdapter > customize

Expand
enterpriseApplication > startAfter > web-bnd

Specifies binding properties for a web application.

Expand
enterpriseApplication > startAfter > web-bnd > data-source

Expand
enterpriseApplication > startAfter > web-bnd > ejb-ref

Expand
enterpriseApplication > startAfter > web-bnd > env-entry

Expand
enterpriseApplication > startAfter > web-bnd > message-destination-ref

Expand
enterpriseApplication > startAfter > web-bnd > resource-env-ref

Expand
enterpriseApplication > startAfter > web-bnd > resource-ref

Expand
enterpriseApplication > startAfter > web-bnd > resource-ref > authentication-alias

Expand
enterpriseApplication > startAfter > web-bnd > resource-ref > authentication-alias > name

Expand
enterpriseApplication > startAfter > web-bnd > resource-ref > custom-login-configuration

Expand
enterpriseApplication > startAfter > web-bnd > resource-ref > custom-login-configuration > property

Expand
enterpriseApplication > startAfter > web-bnd > virtual-host

Expand
enterpriseApplication > startAfter > web-ext

Extension properties for web applications.

Expand
enterpriseApplication > startAfter > web-ext > file-serving-attribute

Expand
enterpriseApplication > startAfter > web-ext > invoker-attribute

Expand
enterpriseApplication > startAfter > web-ext > jsp-attribute

Expand
enterpriseApplication > startAfter > web-ext > mime-filter

Expand
enterpriseApplication > startAfter > web-ext > resource-ref

Expand
enterpriseApplication > startAfter > webservices-bnd

Web service bindings are used to customize web services endpoints and configure security settings for both web services providers and web service clients.

Expand
enterpriseApplication > startAfter > webservices-bnd > http-publishing

Expand
enterpriseApplication > startAfter > webservices-bnd > http-publishing > webservice-security

Expand
enterpriseApplication > startAfter > webservices-bnd > http-publishing > webservice-security > login-config

Expand
enterpriseApplication > startAfter > webservices-bnd > http-publishing > webservice-security > login-config > form-login-config

Expand
enterpriseApplication > startAfter > webservices-bnd > http-publishing > webservice-security > security-constraint

Expand
enterpriseApplication > startAfter > webservices-bnd > http-publishing > webservice-security > security-constraint > auth-constraint

Expand
enterpriseApplication > startAfter > webservices-bnd > http-publishing > webservice-security > security-constraint > user-data-constraint

Expand
enterpriseApplication > startAfter > webservices-bnd > http-publishing > webservice-security > security-constraint > web-resource-collection

Expand
enterpriseApplication > startAfter > webservices-bnd > http-publishing > webservice-security > security-role

Expand
enterpriseApplication > startAfter > webservices-bnd > service-ref

Expand
enterpriseApplication > startAfter > webservices-bnd > service-ref > port

Expand
enterpriseApplication > startAfter > webservices-bnd > webservice-endpoint

Expand
enterpriseApplication > startAfter > webservices-bnd > webservice-endpoint-properties

enterpriseApplication > web-bnd

Specifies binding properties for a web application.

NameTypeDefaultDescription

moduleName

string

The module name specifies the individual module that the binding or extension configuration applies to.

Expand
enterpriseApplication > web-bnd > data-source

Specifies the binding for a data source.

Expand
enterpriseApplication > web-bnd > ejb-ref

Specifies the binding for an EJB Reference.

Expand
enterpriseApplication > web-bnd > env-entry

Specifies the binding for an environment entry.

Expand
enterpriseApplication > web-bnd > message-destination-ref

Specifies the binding for a message destination reference.

Expand
enterpriseApplication > web-bnd > resource-env-ref

Specifies the binding for a resource environment reference.

Expand
enterpriseApplication > web-bnd > resource-ref

Specifies the binding for a resource reference.

Expand
enterpriseApplication > web-bnd > resource-ref > authentication-alias

Expand
enterpriseApplication > web-bnd > resource-ref > authentication-alias > name

Expand
enterpriseApplication > web-bnd > resource-ref > custom-login-configuration

Expand
enterpriseApplication > web-bnd > resource-ref > custom-login-configuration > property

Expand
enterpriseApplication > web-bnd > virtual-host

Specifies the virtual host that is used for the web application.

enterpriseApplication > web-ext

Extension properties for web applications.

NameTypeDefaultDescription

auto-encode-requests

boolean

Determines whether requests are automatically encoded.

auto-encode-responses

boolean

Determines whether responses are automatically encoded.

autoload-filters

boolean

Determines whether filters are loaded automatially.

context-root

string

Defines the context root for a web application.

default-error-page

string

Specifies a page to be used as the default error page for a web application.

enable-directory-browsing

boolean

Specifies whether directory browsing is enabled for this web application.

enable-file-serving

boolean

Specifies whether file serving is enabled for this web application.

enable-serving-servlets-by-class-name

boolean

Enables serving servlets by classname.

moduleName

string

The module name specifies the individual module that the binding or extension configuration applies to.

pre-compile-jsps

boolean

Specifies whether JSP pages are compiled when the web application starts.

Expand
enterpriseApplication > web-ext > file-serving-attribute

Specifies whether the web application allows files to be served.

Expand
enterpriseApplication > web-ext > invoker-attribute

Specifies attributes for an invoker.

Expand
enterpriseApplication > web-ext > jsp-attribute

Specifies attributes that affect JSP behavior.

Expand
enterpriseApplication > web-ext > mime-filter

Properties for a MIME filter.

Expand
enterpriseApplication > web-ext > resource-ref

Properties for a resource reference.

enterpriseApplication > webservices-bnd

Web service bindings are used to customize web services endpoints and configure security settings for both web services providers and web service clients.

Expand
enterpriseApplication > webservices-bnd > http-publishing

HTTP publishing is used to specify the publishing configurations when using HTTP protocol for all the web services endpoints.

Expand
enterpriseApplication > webservices-bnd > http-publishing > webservice-security

Expand
enterpriseApplication > webservices-bnd > http-publishing > webservice-security > login-config

Expand
enterpriseApplication > webservices-bnd > http-publishing > webservice-security > login-config > form-login-config

Expand
enterpriseApplication > webservices-bnd > http-publishing > webservice-security > security-constraint

Expand
enterpriseApplication > webservices-bnd > http-publishing > webservice-security > security-constraint > auth-constraint

Expand
enterpriseApplication > webservices-bnd > http-publishing > webservice-security > security-constraint > user-data-constraint

Expand
enterpriseApplication > webservices-bnd > http-publishing > webservice-security > security-constraint > web-resource-collection

Expand
enterpriseApplication > webservices-bnd > http-publishing > webservice-security > security-role

Expand
enterpriseApplication > webservices-bnd > service-ref

The service reference element is used to define the web services reference configurations for a web services client.

Expand
enterpriseApplication > webservices-bnd > service-ref > port

Expand
enterpriseApplication > webservices-bnd > webservice-endpoint

A web service endpoint is used to specify the binding for a specified service instance.

Expand
enterpriseApplication > webservices-bnd > webservice-endpoint-properties

Web service endpoint properties are used to define the default properties for all the web services endpoints in the same module.