EJB Application (ejbApplication)

Defines the properties of an EJB 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.

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.

useJandex

boolean

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

ejbApplication > appProperties

Provides custom properties to an application.

Expand
ejbApplication > appProperties > property

Provides a specific custom property to an application.

ejbApplication > application-bnd

Defines properties that apply to application bindings.

Expand
ejbApplication > application-bnd > data-source

Specifies the binding for a data source.

Expand
ejbApplication > application-bnd > ejb-ref

Specifies the binding for an EJB Reference.

Expand
ejbApplication > application-bnd > env-entry

Specifies the binding for an environment entry.

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

Specifies the binding for a message destination reference.

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

Specifies the binding for a resource environment reference.

Expand
ejbApplication > application-bnd > resource-ref

Specifies the binding for a resource reference.

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

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

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

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

Expand
ejbApplication > application-bnd > security-role

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

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

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

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

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

ejbApplication > application-ext

Defines properties to extend applications.

NameTypeDefaultDescription

shared-session-context

boolean

Indicates whether the session context is shared between modules.

ejbApplication > 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
ejbApplication > 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
ejbApplication > classloader > classProvider > appProperties

Expand
ejbApplication > classloader > classProvider > appProperties > property

Expand
ejbApplication > classloader > classProvider > customize

Expand
ejbApplication > classloader > classProvider > web-ext

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

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

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

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

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

Expand
ejbApplication > classloader > classProvider > webservices-bnd

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand
ejbApplication > classloader > commonLibrary

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

Expand
ejbApplication > classloader > commonLibrary > file

Expand
ejbApplication > classloader > commonLibrary > fileset

Expand
ejbApplication > classloader > commonLibrary > folder

Expand
ejbApplication > classloader > privateLibrary

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

Expand
ejbApplication > classloader > privateLibrary > file

Expand
ejbApplication > classloader > privateLibrary > fileset

Expand
ejbApplication > classloader > privateLibrary > folder

ejbApplication > 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
ejbApplication > ejb-jar-bnd > interceptor

Binding properties for interceptors.

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

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

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

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

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

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

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

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

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

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

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

Binding properties for message destinations.

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

Binding properties for message driven beans.

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

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

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

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

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

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

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

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

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

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

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

Expand
ejbApplication > ejb-jar-bnd > session

Binding properties for session beans.

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

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

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

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

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

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

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

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

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

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

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

ejbApplication > 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
ejbApplication > ejb-jar-ext > message-driven

Extension properties for message driven beans.

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

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

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

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

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

Expand
ejbApplication > ejb-jar-ext > session

Extension properties for session beans.

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

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

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

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

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

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

ejbApplication > 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
ejbApplication > managed-bean-bnd > interceptor

Defines interceptors for the managed bean binding.

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

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

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

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

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

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

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

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

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

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

Expand
ejbApplication > managed-bean-bnd > managed-bean

Specifies the managed bean for this binding.

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

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

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

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

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

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

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

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

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

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

ejbApplication > 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
ejbApplication > startAfter > appProperties

Provides custom properties to an application.

Expand
ejbApplication > startAfter > appProperties > property

Expand
ejbApplication > startAfter > application-bnd

Defines properties that apply to application bindings.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand
ejbApplication > startAfter > application-client-bnd

Defines properties that apply to application clients.

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

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

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

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

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

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

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

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

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

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

Expand
ejbApplication > startAfter > application-ext

Defines properties to extend applications.

Expand
ejbApplication > startAfter > classloader

Defines the settings for an application classloader.

Expand
ejbApplication > startAfter > classloader > classProvider

Expand
ejbApplication > startAfter > classloader > classProvider > appProperties

Expand
ejbApplication > startAfter > classloader > classProvider > appProperties > property

Expand
ejbApplication > startAfter > classloader > classProvider > customize

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand
ejbApplication > startAfter > classloader > commonLibrary

Expand
ejbApplication > startAfter > classloader > commonLibrary > file

Expand
ejbApplication > startAfter > classloader > commonLibrary > fileset

Expand
ejbApplication > startAfter > classloader > commonLibrary > folder

Expand
ejbApplication > startAfter > classloader > privateLibrary

Expand
ejbApplication > startAfter > classloader > privateLibrary > file

Expand
ejbApplication > startAfter > classloader > privateLibrary > fileset

Expand
ejbApplication > startAfter > classloader > privateLibrary > folder

Expand
ejbApplication > startAfter > ejb-jar-bnd

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand
ejbApplication > startAfter > ejb-jar-ext

Extension properties for EJB applications.

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand
ejbApplication > startAfter > managed-bean-bnd

Specifies the bindings for a managed bean.

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

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

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

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

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

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

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

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

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

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

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

Expand
ejbApplication > startAfter > managed-bean-bnd > managed-bean

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

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

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

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

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

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

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

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

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

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

Expand
ejbApplication > startAfter > resourceAdapter

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

Expand
ejbApplication > startAfter > resourceAdapter > contextService

Expand
ejbApplication > startAfter > resourceAdapter > contextService > baseContext

Expand
ejbApplication > startAfter > resourceAdapter > contextService > baseContext > classloaderContext

Expand
ejbApplication > startAfter > resourceAdapter > contextService > baseContext > jeeMetadataContext

Expand
ejbApplication > startAfter > resourceAdapter > contextService > baseContext > securityContext

Expand
ejbApplication > startAfter > resourceAdapter > contextService > classloaderContext

Expand
ejbApplication > startAfter > resourceAdapter > contextService > jeeMetadataContext

Expand
ejbApplication > startAfter > resourceAdapter > contextService > securityContext

Expand
ejbApplication > startAfter > resourceAdapter > customize

Expand
ejbApplication > startAfter > web-bnd

Specifies binding properties for a web application.

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

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

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

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

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

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

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

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

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

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

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

Expand
ejbApplication > startAfter > web-ext

Extension properties for web applications.

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

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

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

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

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

Expand
ejbApplication > 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
ejbApplication > startAfter > webservices-bnd > http-publishing

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

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

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

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

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

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

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

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

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

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

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

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