10 Application Deployments
WebLogic Server implements the Java Platform, Enterprise Edition (Java EE) 8 specification. Java EE 8 includes a deployment specification, JSR-88, that describes a standard API used by deployment tools and application server providers to configure and deploy applications to an application server. For more information about application deployment, see Deploying Applications to Oracle WebLogic Server.
This chapter includes the following sections:
- Understanding application deployment scopes
- Monitor all application deployments
- Control application deployments
- Create application-scoped Work Managers
- Coherence archives
- EJBs
- Enterprise applications
- JDBC modules
- JMS modules
- Libraries
- Resource adapters
- Web applications
- Web services
- WebSocket applications
Understanding application deployment scopes
When deploying an application, you select the scope in which you want to deploy that application.
If an application is deployed to the domain, then you can target the application to the WebLogic Server instances and clusters within the domain.
The deployment menu options change depending on the scope and target of your application. The following deployment menus are available:
-
Domain Application Deployment
-
Application Deployment
-
Clustered Application Deployment
Parent topic: Application Deployments
Monitor all application deployments
To monitor all applications and modules deployed on this domain:
Parent topic: Application Deployments
Control application deployments
You can deploy applications and libraries to the domain, as well as redeploy or undeploy existing applications. You can also start and stop applications, override application configuration, and fetch deployment plans.
This section includes the following tasks:
- Deploy applications
- Redeploy applications
- Undeploy applications
- Start applications
- Stop applications
- Override application configuration
- Remove application configuration overrides
- Fetch deployment plans
Parent topic: Application Deployments
Deploy applications
Deploying an application makes its physical file or directory known to WebLogic Server. After you have deployed the application, you can start it so that users can begin using it. See Start applications.
To deploy an application:
Parent topic: Control application deployments
Redeploy applications
Redeploying an application redeploys the archive file or exploded directory. Redeploy an application if you have made changes to it and want to make the changes available to WebLogic Server clients.
To redeploy an application or module:
Parent topic: Control application deployments
Undeploy applications
Undeploying an application removes it from every target of the domain to which the application is deployed. Once you undeploy an application from the domain, you must deploy it again if you want to make it available to WebLogic Server clients. To temporarily make applications unavailable to WebLogic Server clients, you can stop them instead of undeploying them.
To undeploy an application:
Parent topic: Control application deployments
Start applications
Starting an application makes it available to WebLogic Server clients. Before you can start an application, you must first deploy it. See Deploy applications.
To start an application:
Parent topic: Control application deployments
Stop applications
Stopping a running application makes it unavailable to WebLogic Server clients.
To stop an application:
Parent topic: Control application deployments
Override application configuration
You can override the default application configuration for applications and modules by specifying a different deployment plan. The application or module is then redeployed using the new deployment plan for its application configuration.
To override the configuration for an application or module:
Parent topic: Control application deployments
Remove application configuration overrides
To remove an existing application override:
Parent topic: Control application deployments
Fetch deployment plans
A deployment plan is a file that contains the deployment settings as well as post-deployment configuration changes of an application. You can fetch and save the deployment plan of an application, and then deploy or redeploy that application later using the saved deployment plan.
To fetch a deployment plan for an application:
Parent topic: Control application deployments
Create application-scoped Work Managers
Java EE enterprise applications, Web application modules, EJBs, and RMI applications can specify named Work Managers to use to manage their work requests.
To create an application-scoped Work Manager and associate them with your applications or with particular application components:
Parent topic: Application Deployments
Coherence archives
This section includes the following tasks:
- Monitor a Coherence archive
- Monitor a Coherence Grid Archive (GAR) module
- Configure a Coherence archive
Parent topic: Application Deployments
Monitor a Coherence archive
To monitor a specific Coherence archive:
Parent topic: Coherence archives
Monitor a Coherence Grid Archive (GAR) module
To monitor a specific Coherence Grid Archive (GAR) module:
Parent topic: Coherence archives
Configure a Coherence archive
This section includes the following tasks:
- Configure Coherence archive general settings
- Configure tags for a Coherence archive
- Target a Coherence archive
- Create Coherence archive notes
Parent topic: Coherence archives
Configure Coherence archive general settings
To configure general settings for a specific Coherence archive:
Parent topic: Configure a Coherence archive
Configure tags for a Coherence archive
To configure tags for a specific Coherence archive:
Parent topic: Configure a Coherence archive
Target a Coherence archive
To change the targets of a specific Coherence archive deployed to the global scope:
Parent topic: Configure a Coherence archive
Create Coherence archive notes
To create notes to describe the configuration of this Coherence archive:
Parent topic: Configure a Coherence archive
EJBs
An EJB can be installed as a JAR
archive, as an exploded JAR
directory, or in a WAR
archive.
This section includes the following tasks:
- Monitor domain EJBs
- Monitor an EJB application
- Configure an EJB application
- Monitor and configure EJB modules
- Monitor, control, and configure EJB components
- Configure persistence units
Parent topic: Application Deployments
Configure an EJB application
This section includes the following tasks:
- Configure EJB application general settings
- View persistence units for an EJB application
- Target an EJB application
- Configure tags for an EJB application
- Create EJB application notes
Parent topic: EJBs
Configure EJB application general settings
To configure general settings for a specific EJB application:
Parent topic: Configure an EJB application
View persistence units for an EJB application
To view the persistence units defined for an EJB application:
Parent topic: Configure an EJB application
Target an EJB application
To target a specific EJB application deployed to the global scope:
Parent topic: Configure an EJB application
Configure tags for an EJB application
To configure tags for a specific EJB application:
Parent topic: Configure an EJB application
Create EJB application notes
To create notes to describe the configuration of this EJB application:
Parent topic: Configure an EJB application
Monitor and configure EJB modules
This section includes the following tasks:
- Monitor an EJB module
- Configure EJB module general settings
- View persistence units for an EJB module
- Configure the retry count for an EJB module
- Specify EJB module Work Managers
Parent topic: EJBs
Monitor an EJB module
To monitor a specific EJB module:
Parent topic: Monitor and configure EJB modules
Configure EJB module general settings
To configure general settings for a specific EJB module:
Parent topic: Monitor and configure EJB modules
View persistence units for an EJB module
To view the persistence units defined for an EJB module
Parent topic: Monitor and configure EJB modules
Configure the retry count for an EJB module
WebLogic Server includes the ability to configure the EJB container so that it automatically retries container managed transactions that have rolled back. On a per method basis, the EJB container can be instructed to retry a failed method up to a specified number of times using a new transaction if that method was originator of the transaction that rolled back.
To configure the retry count for a specific EJB module:
Parent topic: Monitor and configure EJB modules
Specify EJB module Work Managers
To specify a Work Manager to manage work requests for a specific EJB module:
Parent topic: Monitor and configure EJB modules
Monitor, control, and configure EJB components
This section includes the following topics:
Monitor an EJB component
To monitor a specific EJB component:
Parent topic: Monitor, control, and configure EJB components
Configure an EJB component
To configure a specific EJB component:
Parent topic: Monitor, control, and configure EJB components
Configure persistence units
This section includes the following tasks:
Parent topic: EJBs
Configure persistence unit general settings
To configure general settings for a persistence unit:
Parent topic: Configure persistence units
Configure data source settings for a persistence unit
To configure settings related to both the transactional and non-transactional data sources of a persistence unit:
Parent topic: Configure persistence units
Enterprise applications
An enterprise application consists of one or more Web application modules, EJB modules, Web services, and resource adapters. It might also include a client application. An enterprise application is defined by an application.xml file, which is the standard Java EE deployment descriptor for enterprise applications. If the application includes WebLogic Server-specific extensions, then the application is further defined by a weblogic-application.xml
file. Enterprise applications that include a client module will also have a client-application.xml deployment descriptor and a WebLogic runtime client application deployment descriptor.
For both production and development purposes, Oracle recommends that you package and deploy even standalone Web applications, EJBs, Web services, and resource adapters as part of an enterprise application.
This section includes the following tasks:
Parent topic: Application Deployments
Monitor an enterprise application
To monitor a specific enterprise application:
Parent topic: Enterprise applications
Initialize caches
For enterprise applications, Web applications, and Coherence archives, you can manually clear the caches and pools of idle beans in application-level caches.
To initialize caches in a specific application:
Parent topic: Enterprise applications
Configure an enterprise application
This section includes the following tasks:
- Configure enterprise application general settings
- View persistence units for an enterprise application
- Specify enterprise application Work Managers
- Configure enterprise application instrumentation
- Configure tags for an enterprise application
- Target an enterprise application
- Create enterprise application notes
Parent topic: Enterprise applications
Configure enterprise application general settings
To configure general settings for a specific enterprise application:
Parent topic: Configure an enterprise application
View persistence units for an enterprise application
To view the persistence units defined for an enterprise application:
Parent topic: Configure an enterprise application
Specify enterprise application Work Managers
To specify a Work Manager to manage work requests for a specific enterprise application:
Parent topic: Configure an enterprise application
Configure enterprise application instrumentation
To configure instrumentation for a specific enterprise application:
Parent topic: Configure an enterprise application
Configure tags for an enterprise application
To configure tags for a specific enterprise application:
Parent topic: Configure an enterprise application
Target an enterprise application
To target a specific enterprise application deployed to the global scope:
Parent topic: Configure an enterprise application
Create enterprise application notes
To create notes to describe the configuration of this enterprise application:
Parent topic: Configure an enterprise application
JDBC modules
This section includes the following tasks:
- Monitor a standalone JDBC module
- Control data source operations
- Configure a standalone JDBC module
- Monitor and configure a JDBC module
- Monitor data sources
Parent topic: Application Deployments
Monitor a standalone JDBC module
To monitor a specific standalone JDBC module:
Parent topic: JDBC modules
Control data source operations
For standalone JDBC modules, you can manually control each instance of a JDBC data source.
To control JDBC data source instances:
Parent topic: JDBC modules
Configure a standalone JDBC module
This section includes the following tasks:
- Configure general settings for a standalone JDBC module
- Configure connection pool properties for a standalone JDBC module
- Configure Oracle parameters for a standalone JDBC module
- Configure ONS client parameters for a standalone JDBC module
- Configure global transaction options for a standalone JDBC module
- Configure identity options for a standalone JDBC module
- Target a standalone JDBC module
- Configure tags for a standalone JDBC module
- Create standalone JDBC module notes
Parent topic: JDBC modules
Configure general settings for a standalone JDBC module
To configure general settings for a specific standalone JDBC module:
Parent topic: Configure a standalone JDBC module
Configure connection pool properties for a standalone JDBC module
The connection pool within a JDBC data source contains a group of JDBC connections that applications reserve, use, and then return to the pool. The connection pool and the connections within it are created when the connection pool is registered, usually when starting WebLogic Server or when deploying the data source to a new target.
To configure the connection pool properties for a specific standalone JDBC module:
Parent topic: Configure a standalone JDBC module
Configure Oracle parameters for a standalone JDBC module
Before you begin
Additional configuration may be required to support Oracle parameters.
See Using GridLink Data Sources in Administering JDBC Data Sources for Oracle WebLogic Server.
To configure Oracle parameters for a standalone JDBC module:
Parent topic: Configure a standalone JDBC module
Configure ONS client parameters for a standalone JDBC module
Before you begin
Additional configuration may be required to support ONS client parameters.
See Using GridLink Data Sources in Administering JDBC Data Sources for Oracle WebLogic Server.
To configure ONS client parameters for a standalone JDBC module:
Parent topic: Configure a standalone JDBC module
Configure global transaction options for a standalone JDBC module
The transaction protocol for a JDBC data source determines how connections from the data source are handled during transaction processing.
See JDBC Data Source Transaction Options in Administering JDBC Data Sources for Oracle WebLogic Server.
Note:
If the data source uses an XA JDBC driver to create database connections, then connections from the data source will support the two-phase commit transaction protocol only. No other transaction options are available for data sources that use an XA JDBC driver.
To configure transaction options for a standalone JDBC module:
Parent topic: Configure a standalone JDBC module
Configure identity options for a standalone JDBC module
To select the security identity option used for a standalone JDBC module:
Parent topic: Configure a standalone JDBC module
Target a standalone JDBC module
To target a specific standalone JDBC module deployed to the global scope:
Parent topic: Configure a standalone JDBC module
Configure tags for a standalone JDBC module
To configure tags for a specific standalone JDBC module:
Parent topic: Configure a standalone JDBC module
Create standalone JDBC module notes
To create notes to describe the configuration of this standalone JDBC module:
Parent topic: Configure a standalone JDBC module
Monitor and configure a JDBC module
This section includes the following tasks:
- Configure general settings for a JDBC module
- Configure connection pool properties for a JDBC module
- Configure global transaction options for a JDBC module
- Configure identity options for a JDBC module
- Monitor a JDBC module
Parent topic: JDBC modules
Configure general settings for a JDBC module
To configure general settings for a specific JDBC module:
Parent topic: Monitor and configure a JDBC module
Configure connection pool properties for a JDBC module
The connection pool within a JDBC data source contains a group of JDBC connections that applications reserve, use, and then return to the pool. The connection pool and the connections within it are created when the connection pool is registered, usually when starting WebLogic Server or when deploying the data source to a new target.
To configure the connection pool properties for a specific JDBC module:
Parent topic: Monitor and configure a JDBC module
Configure global transaction options for a JDBC module
The transaction protocol for a JDBC data source determines how connections from the data source are handled during transaction processing.
See JDBC Data Source Transaction Options in Administering JDBC Data Sources for Oracle WebLogic Server.
Note:
If the data source uses an XA JDBC driver to create database connections, then connections from the data source will support the two-phase commit transaction protocol only. No other transaction options are available for data sources that use an XA JDBC driver.
To configure transaction options for a JDBC module:
Parent topic: Monitor and configure a JDBC module
Configure identity options for a JDBC module
To select the security identity option used for a JDBC module:
Parent topic: Monitor and configure a JDBC module
Monitor a JDBC module
To target a specific JDBC module:
Parent topic: Monitor and configure a JDBC module
Monitor data sources
To monitor data sources within an application:
- From the WebLogic Domain menu, select Monitoring, then select Deployments.
- In the Summary table, expand the name of the application that contains the data sources you want to monitor.
- Select the name of the data source.
Parent topic: JDBC modules
JMS modules
This section includes the following tasks:
Parent topic: Application Deployments
Monitor a standalone JMS module
To monitor a specific standalone JMS module:
Parent topic: JMS modules
Configure a standalone JMS module
This section includes the following tasks:
- Configure general settings for a standalone JMS module
- Target a standalone JMS module
- Configure tags for a standalone JMS module
- Create standalone JMS module notes
Parent topic: JMS modules
Configure general settings for a standalone JMS module
To configure general settings for a specific standalone JMS module:
Parent topic: Configure a standalone JMS module
Target a standalone JMS module
To target a specific standalone JMS module deployed to the global scope:
Parent topic: Configure a standalone JMS module
Configure tags for a standalone JMS module
To configure tags for a specific standalone JMS module:
Parent topic: Configure a standalone JMS module
Create standalone JMS module notes
To create notes to describe the configuration of this standalone JMS module:
Parent topic: Configure a standalone JMS module
Libraries
Java EE libraries provide an easy way to share one or more types of Java EE modules among multiple enterprise applications.
A Java EE library is a standalone EJB or Web application module, multiple EJB or Web application modules packaged in an enterprise application (EAR
), or a single plain JAR
file that is registered with the Java EE application container upon deployment. After the library has been registered, you can deploy enterprise applications that reference the library. Each referencing application receives a reference to the required library module(s) on deployment, and can use those modules as if they were packaged as part of the referencing application itself. The shared library classes are added to the classpath of the referencing application, and the referencing application's deployment descriptors are merged (in memory) with those of the Java EE library modules.
This section includes the following tasks:
Parent topic: Application Deployments
Configure a library
This section includes the following tasks:
- Configure library general settings
- Target a library
- Configure tags for a library
- Create library notes
Parent topic: Libraries
Configure library general settings
To configure general settings for a specific library:
Parent topic: Configure a library
Target a library
To target a specific library deployed to the global scope:
Parent topic: Configure a library
Configure tags for a library
To configure tags for a specific library:
Parent topic: Configure a library
Create library notes
To create notes to describe the configuration of this library:
Parent topic: Configure a library
Resource adapters
A resource adapter is a system library specific to an Enterprise Information System (EIS) and provides connectivity to an EIS. A resource adapter is analogous to a JDBC driver, which provides connectivity to a database management system. The interface between a resource adapter and the EIS is specific to the underlying EIS. The resource adapter plugs into an application server, such as WebLogic Server, and provides seamless connectivity between the EIS, application server, and enterprise application.
A resource adapter is packaged and deployed like any other application. Its initial configuration can be specified in its deployment descriptor files, ra.xml
and weblogic-ra.xml
.
This section includes the following tasks:
- Monitor resource adapters
- Control resource adapters
- Control outbound connection pools
- Configure a resource adapter
- Monitor, control, and configure resource adapter modules
- Configure a resource adapter outbound connection pool
Parent topic: Application Deployments
Monitor resource adapters
This section includes the following tasks:
Parent topic: Resource adapters
Monitor a resource adapter
To monitor a specific resource adapter:
Parent topic: Monitor resource adapters
Monitor message listener endpoints
To monitor the message listener endpoints for all active resource adapters deployed to this domain:
Parent topic: Monitor resource adapters
Monitor outbound connection pools
To monitor the outbound connection pools for all active resource adapters deployed to this domain:
Parent topic: Monitor resource adapters
Control resource adapters
For Web applications, resource adapters, and Coherence archives, you can start, stop, suspend, or resume a resource adapter connected with the application.
To control a resource adapter:
Parent topic: Resource adapters
Control outbound connection pools
For Web applications, resource adapters, and Coherence archives, you can reset or force reset outbound connection pools associated with the application.
To control outbound connection pools:
For more information about these fields, see Configuration Options.
Parent topic: Resource adapters
Configure a resource adapter
This section includes the following tasks:
- Configure resource adapter general settings
- Configure resource adapter properties
- Configure resource adapter outbound connection pools
- Configure resource adapter administered objects
- Specify resource adapter Work Managers
- Configure resource adapter instrumentation
- Configure tags for a resource adapter
- Target a resource adapter
- Create resource adapter notes
Parent topic: Resource adapters
Configure resource adapter general settings
To configure general settings for a specific resource adapter:
Parent topic: Configure a resource adapter
Configure resource adapter properties
To configure properties for a specific resource adapter:
Parent topic: Configure a resource adapter
Configure resource adapter outbound connection pools
To configure outbound connection pools for a specific resource adapter:
Parent topic: Configure a resource adapter
Configure resource adapter administered objects
To view administered object groups and instances for a specific resource adapter:
Parent topic: Configure a resource adapter
Specify resource adapter Work Managers
To specify a Work Manager to manage work requests for a specific resource adapter:
Parent topic: Configure a resource adapter
Configure resource adapter instrumentation
To configure instrumentation for a specific resource adapter:
Parent topic: Configure a resource adapter
Configure tags for a resource adapter
To configure tags for a specific resource adapter:
Parent topic: Configure a resource adapter
Target a resource adapter
To target a specific resource adapter deployed to the global scope:
Parent topic: Configure a resource adapter
Create resource adapter notes
To create notes to describe the configuration of this resource adapter:
Parent topic: Configure a resource adapter
Monitor, control, and configure resource adapter modules
This section includes the following tasks:
- Monitor a resource adapter module
- Control a resource adapter module
- Configure resource adapter module general settings
- Configure resource adapter module properties
- Configure resource adapter module outbound connection pools
- Configure resource adapter module administered objects
- Specify resource adapter module Work Managers
Parent topic: Resource adapters
Monitor a resource adapter module
To monitor a specific resource adapter module:
Optionally, select View on any of the tables to access the following table options:
-
Columns: add or remove the columns displayed in the table
-
Detach: detach the table (viewing option)
-
Sort: sort the columns in ascending or descending order
-
Reorder: change the order of the columns displayed
-
Query by Example
Parent topic: Monitor, control, and configure resource adapter modules
Control a resource adapter module
To control a specific resource adapter module:
Optionally, select View on any of the tables to access the following table options:
-
Columns: add or remove the columns displayed in the table
-
Detach: detach the table (viewing option)
-
Sort: sort the columns in ascending or descending order
-
Reorder: change the order of the columns displayed
-
Query by Example
Parent topic: Monitor, control, and configure resource adapter modules
Configure resource adapter module general settings
To configure general settings for a specific resource adapter module:
Parent topic: Monitor, control, and configure resource adapter modules
Configure resource adapter module properties
To configure properties for a specific resource adapter module:
Parent topic: Monitor, control, and configure resource adapter modules
Configure resource adapter module outbound connection pools
To configure outbound connection pools for a specific resource adapter module:
Parent topic: Monitor, control, and configure resource adapter modules
Configure resource adapter module administered objects
To view administered objects for a specific resource adapter module:
Parent topic: Monitor, control, and configure resource adapter modules
Specify resource adapter module Work Managers
To specify a Work Manager to manage work requests for a specific resource adapter module:
Parent topic: Monitor, control, and configure resource adapter modules
Configure a resource adapter outbound connection pool
This section includes the following tasks:
- Configure outbound connection pool general settings
- Configure outbound connection pool properties
- Configure outbound connection pool transaction support
- Configure outbound connection pool authentication
- Configure outbound connection pool parameters
Parent topic: Resource adapters
Configure outbound connection pool general settings
To configure general settings for a specific outbound connection pool:
Parent topic: Configure a resource adapter outbound connection pool
Configure outbound connection pool properties
To configure properties for a specific outbound connection pool:
Parent topic: Configure a resource adapter outbound connection pool
Configure outbound connection pool transaction support
To configure transaction support settings for a specific outbound connection pool:
Parent topic: Configure a resource adapter outbound connection pool
Configure outbound connection pool authentication
To configure authentication parameters for a specific outbound connection pool:
Parent topic: Configure a resource adapter outbound connection pool
Configure outbound connection pool parameters
To configure pool parameters for a specific outbound connection pool:
Parent topic: Configure a resource adapter outbound connection pool
Web applications
A Web application can be installed as WAR
archive or exploded WAR
directory.
This section includes the following tasks:
- Monitor Web applications
- Monitor a Web application
- Configure a Web application
- Monitor and configure Web application modules
Parent topic: Application Deployments
Monitor Web applications
To monitor all Web applications deployed to this domain:
Parent topic: Web applications
Configure a Web application
This section includes the following tasks:
- Configure Web application general settings
- View persistence units for a Web application
- Specify Web application Work Managers
- Configure Web application instrumentation
- Configure tags for a Web application
- Target a Web application
- Create Web application notes
Parent topic: Web applications
Configure Web application general settings
To configure general settings for a specific Web application:
Parent topic: Configure a Web application
View persistence units for a Web application
To view the persistence units defined for a Web application:
Parent topic: Configure a Web application
Specify Web application Work Managers
To specify a Work Manager to manage work requests for a specific Web application:
Parent topic: Configure a Web application
Configure Web application instrumentation
To configure instrumentation for a specific Web application:
Parent topic: Configure a Web application
Configure tags for a Web application
To configure tags for a specific Web application:
Parent topic: Configure a Web application
Target a Web application
To target a specific Web application deployed to the global scope:
Parent topic: Configure a Web application
Create Web application notes
To create notes to describe the configuration of this Web application:
Parent topic: Configure a Web application
Monitor and configure Web application modules
You can configure and monitor Web application modules that are deployed to this domain.
This section includes the following tasks:
- Monitor a Web application module
- Configure a Web application module
- View persistence units for a Web application module
- Specify Web application module Work Managers
Parent topic: Web applications
Monitor a Web application module
To monitor a Web application module:
Parent topic: Monitor and configure Web application modules
Configure a Web application module
To configure general settings for a specific Web application module:
Parent topic: Monitor and configure Web application modules
View persistence units for a Web application module
To view the persistence units defined for a Web application module:
Parent topic: Monitor and configure Web application modules
Specify Web application module Work Managers
To specify a Work Manager to manage work requests for a specific Web application module:
Parent topic: Monitor and configure Web application modules
Web services
This section includes the following tasks:
Parent topic: Application Deployments
Monitor domain Web services
To monitor all Web services deployed to this domain:
Parent topic: Web services
Monitor JAX-RS applications
To monitor all JAX-RS applications deployed to this domain:
Parent topic: Web services
Monitor Web service clients
To monitor all Web service clients in this domain:
Parent topic: Web services
WebSocket applications
This section includes the following tasks:
Monitor a WebSocket application
To monitor a specific WebSocket application:
Parent topic: WebSocket applications
Test WebSocket endpoints
To test endpoints for a specific WebSocket application:
Parent topic: WebSocket applications