1 Introduction and Roadmap
Guide to This Document
-
This chapter, Introduction and Roadmap, describes the organization of this document and highlights new deployment features introduced in this release of WebLogic Server.
-
Understanding WebLogic Server Deployment provides an overview of deployment features used in WebLogic Server.
-
Preparing Applications and Modules for Deployment explains how to prepare application and module files for deployment to WebLogic Server.
-
Configuring Applications for Production Deployment describes how to configure an application for deployment to a specific WebLogic Server environment.
-
Exporting an Application for Deployment to New Environments describes how to export an application's WebLogic Server deployment configuration to a custom deployment plan, which administrators use in deploying the application into non-development environments.
-
Deploying Applications and Modules with weblogic.Deployer describes basic and advanced techniques for deploying applications to WebLogic Server.
-
Auto-Deploying Applications in Development Domains describes how to quickly deploy an application to a standalone server (Administration Server) for evaluation or testing in a single-server development environment.
-
Redeploying Applications in a Production Environment explains how to safely update, redeploy, and reconfigure applications that you have deployed to a production environment.
-
Managing Deployed Applications describes common tasks that an administrator performs when managing deployed applications and modules.
-
Deploying Applications to Resource Groups and Templates describes application deployment with resource group templates and domain resource groups, including information about supported deployment clients for performing deployment operations.
-
weblogic.Deployer Command-Line Reference provides a complete reference for the
weblogic.Deployer
tool syntax. -
weblogic.PlanGenerator Command-Line Reference describes how to use the weblogic.PlanGenerator utility to create a basic deployment plan.
-
Using the WebLogic Maven Plug-In for Deployment describes using the WebLogic Maven plug-in for deploying, redeploying, updating, starting and stopping applications, and such.
Standards Compatibility
WebLogic Server implements the Java EE 7 specification. Java EE 7 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.
WebLogic Server implements both the JSR-88 Service Provider Interface (SPI) plug-in and model plug-in to comply with the Java EE deployment specification. You can use a basic Java EE deployment API deployment tool with the WebLogic Server plug-ins (without using WebLogic Server extensions to the API) to configure, deploy, and redeploy Java EE applications and modules to WebLogic Server. See WebLogic Server Compatibility in Understanding Oracle WebLogic Server.
Deployment Terminology
The following WebLogic Server deployment terms are used throughout this document:
-
application—One or more software programs, used collectively by an end user to perform computing tasks.
-
application installation directory—A WebLogic Server directory structure designed to help organize deployment files and generated deployment configuration artifacts for an application or module. Also referred to as an application root directory.
-
application module—An XML document used to configure JMS or JDBC resources. An application module can be one of the following types:
-
standalone— Resources are bound to the global JNDI tree.
-
application-scoped—Bundled as part of an enterprise application and scoped within the application itself.
-
-
application version—A string value that identifies the version of a deployed application. Compatible applications that use version strings can use the WebLogic Server production redeployment strategy.
-
deployment configuration—The process of defining the deployment descriptor values required to deploy an application to a particular WebLogic Server domain. The deployment configuration for an application or module is stored in three types of XML document: Java EE deployment descriptors, WebLogic Server descriptors, and WebLogic Server deployment plans.
-
deployment descriptor—An XML document used to define the Java EE behavior or WebLogic Server configuration of an application or module at deployment time.
-
deployment plan—An XML document used to define an application's WebLogic Server deployment configuration for a specific WebLogic Server environment, such as development, test, or production. A deployment plan resides outside of an application's archive file and contains deployment properties which override an application's existing WebLogic Server deployment descriptors. Use deployment plans to easily change an application's WebLogic Server configuration for a specific environment without modifying existing deployment descriptors. Multiple deployment plans can be used to reconfigure a single application for deployment to multiple, differing WebLogic Server environments.
-
distribution—The process by which WebLogic Server copies deployment source files to target servers for deployment.
-
production redeployment—A WebLogic Server redeployment strategy that deploys a new version of a production application alongside an older version, while automatically managing HTTP connections to ensure uninterrupted client access.
-
staging mode—The method WebLogic Server uses to make deployment files available to target servers in a domain. Staging modes determine whether or not files are distributed (copied) to target servers before deployment.
New and Changed Features in This Release
For a comprehensive listing of the new WebLogic Server features introduced in this release, see What’s New in Oracle WebLogic Server.