2 WebLogic Server Templates
Table 2-1 Oracle WebLogic Server and Workshop for WebLogic Templates
Template | Description |
---|---|
Creates a base WebLogic Server domain. |
|
Creates a WebLogic Server starter domain. |
|
WebLogic Advanced Web Services for JAX-RPC Extension Template |
Extends an existing WebLogic Server domain to add functionality required for advanced JAX-RPC Web services, including Web services reliable messaging, buffering, and JMS transport. |
WebLogic Advanced Web Services for JAX-WS Extension Template |
Extends a domain to add functional required for advanced Web services, including asynchronous messaging, Web services reliable messaging, message buffering, Web services atomic transactions, and security by using WS-SecureConversation. |
Extends a domain to include the resources required to use SOAP over JMS transport for JAX-WS Web services. |
|
Extends the Basic WebLogic Server domain to create the Avitek Medical Records sample domain. This domain is a WebLogic Server sample application suite that demonstrates all aspects of the J2EE platform. |
|
Avitek Medical Records Sample Domain Template (Spring Version) |
Extends the Basic WebLogic Server domain to create the Avitek Medical Records sample domain for Spring. This domain is a WebLogic Server sample application suite that demonstrates all aspects of the J2EE platform. |
Extends the Basic WebLogic Server domain with a web application designed to guide new users through an introduction to WebLogic Server. When you run the web application, you can review informative content on various topics, including highlights of WebLogic Server functionality. From the web application, you can also run several preconfigured, precompiled examples. Resources from this extension template are required for a WebLogic Server Examples domain. |
|
Extends the WebLogic Server domain containing resources from the base WebLogic Server domain template and the WebLogic Server Default Domain extension template to create a complete WebLogic Server Examples domain. The WebLogic Server Examples domain contains a collection of examples that illustrate best practices for coding individual J2EE and WebLogic Server APIs. |
- Basic WebLogic Server Domain Template
This template helps you configure resources such as Administration Server and Security realm at the time of creating a domain. - WebLogic Server Starter Domain Template
This template helps you configure resources and services such as Administration Server, Security realm, and Application Deployments at the time of creating a domain. - WebLogic Advanced Web Services for JAX-RPC Extension Template
When you use the Configuration Wizard or WLST, this template helps you include the resources required for advanced JAX-RPC Web services. - WebLogic Advanced Web Services for JAX-WS Extension Template
This template automatically configures the resources required to support the advanced Web services features. - WebLogic JAX-WS SOAP/JMS Extension Template
When you use the Configuration Wizard or WLST, this template helps you include the resources required to use SOAP over JMS transport for JAX-WS Web services. - Avitek Medical Records Sample Domain Template
When you use the Configuration Wizard or WLST, this template helps you to extend a base WebLogic Server domain to create an Avitek Medical Records Sample domain. - Avitek Medical Records Sample Domain Template (Spring Version)
When you use the Configuration Wizard or WLST, this template helps you easily extend a base WebLogic Server domain to create an Avitek Medical Records Sample domain in the Spring version. - WebLogic Server Default Domain Extension Template
When you use the Configuration Wizard or WLST, this template helps you extend a base WebLogic Server domain to include resources required for a default WebLogic Server domain. - WebLogic Server Examples Extension Template
When you use the Configuration Wizard or WLST, this template helps you easily extend a base WebLogic Server domain to create a WebLogic Server Examples domain.
Basic WebLogic Server Domain Template
This template helps you configure resources such as Administration Server and Security realm at the time of creating a domain.
Your product installation provides one predefined Basic WebLogic Server domain template. All other predefined templates are extension templates that you may use to add resources, services, and applications to a Basic WebLogic Server domain.
Parent topic: WebLogic Server Templates
Template Details
The following table provides basic information about the Basic WebLogic Server Domain template. The template name is the name of the template as shown in the product list in the Select Domain Source and Select Extension Source screens of the Configuration Wizard.
Table 2-2 Basic WebLogic Server Domain Template Information
Template Detail | Information |
---|---|
Template type |
Domain |
Category |
Oracle WebLogic Server and Coherence |
Template name |
Basic WebLogic Server Domain |
Template JAR file and location |
|
Template dependencies |
None |
Parent topic: Basic WebLogic Server Domain Template
Resources and Services Configured in a Basic WebLogic Server Domain
The following table identifies the resources and services configured in a domain created with the Basic WebLogic Server Domain template.
Table 2-3 Resources Configured in a Basic WebLogic Server Domain
Resource Type | Name | Notes |
---|---|---|
Administration Server |
|
The default configuration for the Administration Server is as follows:
When you use the Configuration Wizard or WLST Offline to create a domain, and if you want the Administration Server name to be different from the default name, For information about customizing the Administration Server name while creating a domain with the Configuration Wizard, see Creating a WebLogic Domain in Creating WebLogic Domains Using the Configuration Wizard. For information about customizing the Administration Server name while creating a domain with WLST Offline, see Creating WebLogic Domains Using WLST Offline in Understanding the WebLogic Scripting Tool. The following sample WLST Offline code snippet shows you how to change the default Administration Server name, #-----------------------------------# Read the Basic WebLogic Server Domain template readTemplate('d:/MW_HOME/wlserver/common/templates/wls/wls.jar') #Change the Administration Server name. cd('Servers/AdminServer') set('Name', 'MedRecServer') #----------------------------------- |
Security realm |
|
This realm is the default (active) WebLogic Server security realm. The administration user account, |
Parent topic: Basic WebLogic Server Domain Template
WebLogic Server Starter Domain Template
This template helps you configure resources and services such as Administration Server, Security realm, and Application Deployments at the time of creating a domain.
Your product installation also provides one predefined WebLogic Server domain template. This template contains the default domain configuration settings and an application that provides a Welcome page to help you get started.
Parent topic: WebLogic Server Templates
Template Details
The following table provides basic information about the WebLogic Server Starter Domain template.
Table 2-4 WebLogic Server Starter Domain Template Information
Template Detail | Information |
---|---|
Template type |
Domain |
Template name in the Configuration Wizard |
This template is not available from the list of products in the Configuration Wizard. You can select it only by using the Browse option on the Select Domain Source or Select Extension Source screens, and navigating to the JAR file location. |
Template JAR file and location |
|
Template dependencies |
Base WebLogic Server domain template |
Parent topic: WebLogic Server Starter Domain Template
Resources and Services Configured in a WebLogic Server Starter Domain
The following table identifies the resources and services configured in a domain created with the Basic WebLogic Server Starter Domain template.
Table 2-5 Resources Configured in a WebLogic Server Starter Domain
Resource Type | Name | Notes |
---|---|---|
Administration Server |
|
The default configuration for the Administration Server is as follows:
When you use the Configuration Wizard or WLST Offline to create a domain, and if you want the Administration Server name to be different from the default name, For information about customizing the Administration Server name while creating a domain with the Configuration Wizard, see "Creating WebLogic Domains" Creating WebLogic Domains Using the Configuration Wizard. For information about customizing the Administration Server name while creating a domain with WLST Offline, see Creating WebLogic Domains Using WLST Offline in Understanding the WebLogic Scripting Tool. The following sample WLST Offline code snippet shows how to change the default Administration Server name, #-----------------------------------# Read the Basic WebLogic Server Domain template readTemplate('d:/MW_HOME/wlserver/common/templates/wls/wls.jar') #Change the Administration Server name. cd('Servers/AdminServer') set('Name', 'MedRecServer') #----------------------------------- |
Security realm |
|
The default (active) WebLogic Server security realm. |
Application deployments |
|
A sample Web application deployed to the starter domain. |
Parent topic: WebLogic Server Starter Domain Template
WebLogic Advanced Web Services for JAX-RPC Extension Template
When you use the Configuration Wizard or WLST, this template helps you include the resources required for advanced JAX-RPC Web services.
You accomplish this task by adding the resources and services provided in the WebLogic Advanced Web Services for JAX-RPC extension template to a base WebLogic Server domain.
Template Details
The following table provides basic information about the WebLogic Advanced Web Services for JAX-RPC extension template.
Table 2-6 WebLogic Advanced Web Services for JAX-RPC Extension Template Information
Template Detail | Information |
---|---|
Template type |
Extension |
Category |
Oracle WebLogic Server and Coherence |
Template name and version |
WebLogic Advanced Web Services for JAX-RPC Extension - 12.2.1.3.0 |
Template dependencies |
Base WebLogic Server domain template |
Template JAR file and location |
|
Resources and Services Configured
The following table identifies the resources and services configured in a domain extended with the WebLogic Advanced Web Services for JAX-RPC extension template.
Table 2-7 Resources Configured in a WebLogic Advanced Web Services for JAX-RPC Domain
Resource Type | Name | Extension Result |
---|---|---|
Administration Server |
|
Uses the Administration Server provided in the Basic WebLogic Server domain. The default name is The default configuration for the Administration Server is as follows:
For information about naming the Administration Server during domain creation, see Resources and Services Configured in a Basic WebLogic Server Domain. |
Security realm |
|
Uses the default security realm provided by the Basic WebLogic Server domain. |
File store |
|
Adds the file store to be used as the persistent store for the |
SAF agent |
|
Adds this store-and-forward agent, which uses the |
JMS queues |
|
Adds the JMS queue to the JMS server and The queues are located in |
JMS queues |
|
Adds the JMS queue to the JMS server |
JMS Server |
|
Adds the JMS server as a system resource and targets it to the Administration Server |
Work Manager |
|
Add this Work Manager and targets it to the Administration Server |
WebLogic Advanced Web Services for JAX-WS Extension Template
This template automatically configures the resources required to support the advanced Web services features.
The following advanced Web services features are supported:
-
Web services atomic transactions
-
Security using WS-SecureConversation
Note:
Each of the two Advanced Web Services templates can be used individually or together in a domain. If, however, you apply this template to the same domain to which you applied the WebLogic Advanced Web Services extension template, you must apply the Advanced Web Services template before you apply the Advanced Web Services for JAX-WS template.
For more information, see Configuring Your Domain for Advanced Web Services Features in Developing JAX-WS Web Services for Oracle WebLogic Server.
Template Details
The following table provides basic information about the WebLogic Advanced Web Services for JAX-WS extension template.
Table 2-8 WebLogic Advanced Web Services for JAX-WS Extension Template Details
Template Detail | Information |
---|---|
Template type |
Extension |
Category |
Oracle WebLogic Server and Coherence |
Template name and version |
WebLogic Advanced Web Services for JAX-WS Extension - 12.2.1.3.0 |
Template dependencies |
|
Template JAR file and location |
|
Resources and Services Configured
The following table identifies the resources and services configured in a domain extended with the WebLogic Advanced Web Services for JAX-WS extension template.
Table 2-9 Resources Configured in a WebLogic Advanced Web Services for JAX-WS Domain
Resource Type | Name | Extension Result |
---|---|---|
Administration Server |
|
Uses the Administration Server provided in the Basic WebLogic Server domain. The default name is The default configuration for the Administration Server is as follows:
For information about naming the Administration Server during domain creation, see Resources and Services Configured in a Basic WebLogic Server Domain. |
Security realm |
|
Uses the default security realm provided by the Basic WebLogic Server domain. |
JMS Server |
|
Adds the JMS server as a system resource and targets it to the Administration Server. |
Work Manager |
|
Adds this Work Manager and targets it to the Administration Server. The Work Manager defines the thread pool resources. |
File store |
|
Adds the file store to be used as the persistent store for the |
JMS system resource |
|
Defines a distributed destination for the cluster. All associated targets are used to support JAX-WS Web services. The subdeployment name is Note: By default, a weighted distributed destination (WDD) is configured. In a clustered environment, Oracle strongly recommends that you upgrade the destination to a uniform distributed destination (UDD). |
SAF Agent |
|
Adds this store-and-forward agent, which uses the |
JMS queues |
|
Adds these JMS queues to the JMS server, and targets them to These queues are reserved for future use. |
WebLogic JAX-WS SOAP/JMS Extension Template
When you use the Configuration Wizard or WLST, this template helps you include the resources required to use SOAP over JMS transport for JAX-WS Web services.
You accomplish this task by adding the resources and services provided in the WebLogic Advanced Web Services extension template to a base WebLogic Server domain.
Template Details
The following table provides basic information about the WebLogic JAX-WS SOAP/JMS extension template.
Table 2-10 WebLogic JAX-WS SOAP/JMS Extension Template Details
Template Detail | Information |
---|---|
Template type |
Extension |
Category |
Oracle WebLogic Server and Coherence |
Template name and version |
WebLogic JAX-WS SOAP/JMS Extension - 12.2.1.3.0 |
Template dependencies |
Base WebLogic Server domain template |
Template JAR file and location |
|
Parent topic: WebLogic JAX-WS SOAP/JMS Extension Template
Resources and Services Configured
The following table identifies the resources and services configured in a domain extended with the WebLogic JAX-WS SOAP/JMS extension template.
Table 2-11 Resources Configured in a WebLogic JAX-WS SOAP/JMS Domain
Resource Type | Name | Extension Result |
---|---|---|
JMS Server |
|
JMS server management container. |
File store |
|
File store, or physical store, used by the WebLogic Server to handle the I/O operations to save and retrieve data from the physical storage such as file, DBMS, and so on. |
JMS module |
|
JMS module that defines the JMS resources needed for SOAP over JMS transport. |
JMS subdeployment |
|
JMS subdeployment for targeting the JMS resources to the |
JMS Connection Factory |
|
Default JMS connection factory used to create connections for SOAP over JMS transport. |
JMS queues |
|
Default JMS request queue. |
JMS queue |
|
Default JMS response queue. |
JMS queue |
|
Default JMS error queue. |
Parent topic: WebLogic JAX-WS SOAP/JMS Extension Template
Avitek Medical Records Sample Domain Template
When you use the Configuration Wizard or WLST, this template helps you to extend a base WebLogic Server domain to create an Avitek Medical Records Sample domain.
You accomplish this task by adding the resources and services provided in the Avitek Medical Records Sample domain extension template to a base WebLogic Server domain.
For more information about the Avitek Medical Records sample application, see Sample Application and Code Examples in Understanding Oracle WebLogic Server.
Template Details
The following table provides basic information about the Avitek Medical Records Sample domain extension template.
Table 2-12 Avitek Medical Records Sample Domain Information
Template Detail | Information |
---|---|
Template type |
Extension |
Template name in the Configuration Wizard |
This template is not available from the list of products in the Configuration Wizard. You can select it only by using the Browse option on the Select Domain Source or Select Extension Source screens, and navigating to the JAR file location. |
Template JAR file and location |
|
Template dependencies |
Basic WebLogic Server Domain template |
Parent topic: Avitek Medical Records Sample Domain Template
Resources and Services Configured
The following table identifies the resources and services configured in a domain that is extended with the Avitek Medical Records Sample extension template.
A Work Manager service (weblogic.wsee.mdb.DispatchPolicy
) is also available, but it is not targeted to the Administration Server.
Table 2-13 Resources Configured in an Avitek Medical Records Domain
Resource Type | Name | Extension Result |
---|---|---|
Administration Server |
|
Uses the Administration Server provided in the Base WebLogic Server domain. The default name is The default configuration for the Administration Server is as follows:
For information about naming the Administration Server during domain creation, see Resources and Services Configured in a Basic WebLogic Server Domain. |
Security realm |
|
Uses the default security realm provided in the Basic WebLogic Server domain. |
Application deployments |
|
Adds the sample medrec Enterprise application and targets it to the Administration Server. |
Application deployments |
|
Adds the sample physician Enterprise application and targets it to the Administration Server. |
Application deployment |
|
Adds the chat Web application, which is used for conversation between the patient and physician, and targets it to the Administration Server. |
Application deployments |
|
Adds the browser-starter Web application and targets it to the Administration Server. |
Application deployment |
|
Adds a sample search application and targets it to the Administration Server. |
Mail Session |
|
Adds this mail session. |
JDBC Data Source |
|
Identifies the JDBC data source as a |
JDBC Data Source |
|
Defines a JDBC data source called BatchDS. This data source is a two-phase commit XA data source with JNDI name |
JMS System Resources |
|
Adds the JMS servers, connection factories, and queues to be used as JMS system resources, and targets the resources to the Administration Server. |
JMS Server |
|
Adds the JMS server as a |
Work Manager |
|
Adds this Work Manager and targets it to the Administration Server. The Work Manager defines the thread pool resources. |
WLDF System Resource |
|
Adds the WLDF system resource, WLDF harvester for NewUserCoun' and WLDR instrumentation monitors for Dye Injection, and targets them to the Administration Server. |
Connection Factory |
|
Default JMS connection factory used to create connections over JMS transport. |
JMS Queues |
|
Adds the JMS queue to the JMS server, |
Parent topic: Avitek Medical Records Sample Domain Template
Avitek Medical Records Sample Domain Template (Spring Version)
When you use the Configuration Wizard or WLST, this template helps you easily extend a base WebLogic Server domain to create an Avitek Medical Records Sample domain in the Spring version.
You accomplish this task by adding the resources and services provided in the Avitek Medical Records Sample domain extension template to a base WebLogic Server domain.
For more information about the Avitek Medical Records sample application, see Sample Application and Code Examples in Understanding Oracle WebLogic Server.
Template Details
The following table provides basic information about the WebLogic Advanced Web Services Extension template. The template name is the name of the template as shown in the product list on the Configuration Wizard Select Domain Source and Select Extension Source screens.
Table 2-14 Avitek Medical Records Sample Domain (Spring) Information
Template Detail | Information |
---|---|
Template type |
Extension |
Template name |
This template is not available from the list of products in the Configuration Wizard. You can select it only by using the Browse option on the Select Domain Source or Select Extension Source screens, and navigating to the JAR file location. |
Template JAR file and location |
|
Template dependencies |
Basic WebLogic Server Domain template |
Resources and Services Configured
The following table identifies the resources and services configured in a domain extended with the Avitek Medical Records Sample extension template for Spring.
Table 2-15 Resources Configured in an Avitek Medical Records Domain for Spring
Resource Type | Name | Extension Result |
---|---|---|
Administration Server |
|
Uses the Administration Server provided in the base WebLogic Server domain. The default name is The default configuration for the Administration Server is as follows:
For information about naming the Administration Server during domain creation, see Resources and Services Configured in a Basic WebLogic Server Domain. |
Security realm |
|
Uses the security realm provided in the base WebLogic Server domain. |
Application deployments |
|
Adds the sample medrec Enterprise application and targets it to the MedRecServer. |
Application deployments |
|
Adds the sample physician Enterprise application and targets it to the MedRecServer. |
Application deployments |
|
Adds the browser-starter Web application and targets it to the MedRecServer. |
Application deployment |
|
Adds a sample search application and targets it to the Administration Server. |
Deployed library |
|
Adds the Java Server Faces Version 1.2 library and targets it to the MedRecServer. |
Deployed library |
|
Adds the Java standard tagging (JSTL) Version 1.2 library and targets it to the MedRecServer. |
Deployed library |
|
Adds the WebLogic Spring Version 12.2.1 library and targets it to the MedRecServer. |
Mail session |
|
Adds this mail session. |
JDBC data sources |
|
Identifies the JDBC data source as a
|
JMS system resources |
|
Adds the JMS servers, connection factories, and queues to be used as JMS system resources, and targets the resources to the MedRecServer. |
JMS Servers |
|
Adds the JMS server as a |
Work Manager |
|
Adds this Work Manager and targets it to the Administration Server. The Work Manager defines the thread pool resources. |
WLDF system resource |
|
Adds this WLDF system resource, and targets it to the MedRecServer. The WLDF resource defines an instrumentation monitor for dye injection, and a harvester metric |
SAF Agent |
|
Adds this store-and-forward agent, which uses the file store, |
JMS queues |
|
Adds these JMS queues to the JMS server, |
WLDF system resource |
|
Adds the WLDF system resource, WLDF harvester for NewUserCoun' and WLDR instrumentation monitors for Dye Injection, and targets them to the Administration Server. |
WebLogic Server Default Domain Extension Template
When you use the Configuration Wizard or WLST, this template helps you extend a base WebLogic Server domain to include resources required for a default WebLogic Server domain.
You accomplish this task by adding the resources and services provided in the WebLogic Server Default Domain extension template to a base WebLogic Server domain.
For more information about the samples that are supported in the WebLogic Server Examples domain, see Sample Application and Code Examples in Understanding Oracle WebLogic Server.
Template Details
The following table provides basic information about the WebLogic Server Default Domain Extension template.
Template Dependencies lists all templates that provide resources required by the WebLogic Server Default Domain extension template.
Table 2-16 WebLogic Server Default Domain Information
Template Detail | Information |
---|---|
Template type |
Extension |
Template name in the Configuration Wizard |
This template is not available from the list of products in the Configuration Wizard. You can select it only by using the Browse option on the Select Domain Source or Select Extension Source screens, and navigating to the JAR file location. |
Template JAR file and location |
|
Template dependencies |
Basic WebLogic Server Domain template |
Parent topic: WebLogic Server Default Domain Extension Template
Resources and Services Configured
The following table identifies the resources and services configured in a domain extended with the WebLogic Server Default Domain extension template.
Table 2-17 Resources Configured in a WebLogic Server Default Domain
Resource Type | Name | Extension Result |
---|---|---|
Administration Server |
|
Uses the Administration Server provided in the base WebLogic Server domain. The default name is The default configuration for the Administration Server is as follows:
For information about naming the Administration Server during domain creation, see Resources and Services Configured in a Basic WebLogic Server Domain. |
Security realm |
|
Uses the security realm provided by the base WebLogic Server domain. |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
Application deployment |
|
Adds the |
JDBC system resource |
|
Identifies this JDBC data source, which has the following configuration:
The connection pool settings are:
|
JDBC system resource |
|
Identifies this JDBC data source, which has the following configuration:
The connection pool settings are:
|
Deployed library |
|
Adds the |
Parent topic: WebLogic Server Default Domain Extension Template
WebLogic Server Examples Extension Template
When you use the Configuration Wizard or WLST, this template helps you easily extend a base WebLogic Server domain to create a WebLogic Server Examples domain.
You accomplish this task by adding the resources and services provided in WebLogic Server Examples extension template to a base WebLogic Server domain.
For more information about the samples that are supported in the WebLogic Server Examples domain, see Sample Application and Code Examples in Understanding Oracle WebLogic Server.
Template Details
The following table provides basic information about the WebLogic Server Default Domain Extension template.
Template Dependencies lists all templates that provide resources required by the WebLogic Server Examples extension template, in the order in which they must be configured in the domain.
Table 2-18 WebLogic Server Examples Extension Information
Template Detail | Information |
---|---|
Template type |
Extension |
Template name in the Configuration Wizard |
This template is not available from the list of products in the Configuration Wizard. You can select it only by using the Browse option on the Select Domain Source or Select Extension Source screens, and navigating to the JAR file location. |
Template JAR file and location |
|
Template dependencies |
Basic WebLogic Server Domain template |
Parent topic: WebLogic Server Examples Extension Template
Resources and Services Configured
In addition to the resources configured by the WebLogic Server Default Domain extension template (see Table 2-17), the WebLogic Server Examples extension template configures the resources and services listed in the following table.
Table 2-19 Additional Resources Configured by the WebLogic Server Examples Domain
Resource Type | Name | Notes |
---|---|---|
Administration Server |
|
Uses the Administration Server provided in the Basic WebLogic Server domain. The default name is The default configuration for the Administration Server is as follows:
For information about naming the Administration Server during domain creation, see Resources and Services Configured in a Basic WebLogic Server Domain. |
Security realm |
|
Uses the security realm provided by the base WebLogic Server domain. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application Deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
Application deployment |
|
Adds this application and targets it to the Administration Server. |
JDBC system resource |
|
Identifies this JDBC data source, which has the following configuration:
The database driver is configured as |
JDBC system resource |
|
Identifies this JDBC data source, which has the following configuration:
The database driver is configured as |
JMS Server |
|
Adds this JMS server as an
|
JDBC store |
|
Adds the JDBC store to be used as the persistent store for the examples-demo JDBC data source and the examplesJMSServer JMS server, and targets the store to the examplesServer Administration Server. |
JMS system resources |
|
Identifies the JMS servers, connection factories, queues, and topics to be used for JMS system resources. |
JDBC system resource |
|
Identifies this JDBC data source, which is targeted to the Administration Server and has the following configuration:
This data source is mapped to the |
JDBC system resource |
|
Identifies this JDBC multi-data source, which is targeted to the Administration Server. It is configured for failover, and maps to the |
File store |
|
Adds the file store to be used as the persistent store for the |
JMS Server |
|
Adds this JMS server as an This server is configured to use the |
SAF agent |
|
Adds this store-and-forward agent, which uses the |
Work Manager |
|
Adds this Work Manager, but does not target it to any servers. |
JMS Connection Factories |
|
Adds these connection factories as examples-jms system resources and targets them to the examplesServer server. |
JMS queues |
|
Adds these JMS queues to the examplesJMSServer JMS server. |
JMS queue |
|
Adds these JMS queues to the WseeJMSServer JMS server. |
JMS topics |
|
Adds these JMS topics and targets them to the examplesJMSServer JMS server. |
Parent topic: WebLogic Server Examples Extension Template