The following sections describe the procedures for upgrading application environments from WebLogic Server 9.x or 10.0 to the WebLogic Server 10.3.5 release:
Upgrading Beehive Applications
Note:
Oracle does not recommend upgrading an application environment that is currently deployed in production. Instead, you should upgrade your application environment while it is under development or test and execute standard procedures for quality assurance and performance tuning before promoting the upgraded environment to production.This option is useful if the process of creating and customizing a domain has been automated. To create a new domain:
Install WebLogic Server 10.3.5 software.
To create your domain in 10.3.5, use a default domain template provided in 10.3.5. Alternatively, if you used a custom 9.x template to create your domain in 9.x, use the same to create a new 10.3.5 domain.
This step can be accomplished using the Configuration Wizard or using automated scripts, built using WebLogic scripting tools such as WLST. The Configuration Wizard is described in Creating Domains Using the Configuration Wizard, and WLST is described in Oracle WebLogic Scripting Tool
.
It might be necessary for you to update your automated scripts, for example, to reference the 10.3.5 domain template or to implement new features provided in the 10.3.5 release.
For example, starting in WebLogic 9.1, the default security providers are XACML-based, as described in "Security" in Information Roadmap for Oracle WebLogic Server . You may choose to add support for the security providers prior to WebLogic 9.1 or make the appropriate changes to use the new XACML-based security providers.
Deploy existing WebLogic Server 9.x applications to the new 10.3.5 domain.
Note:
If you used a custom 9.x template in step 2, the 9.x applications may already be deployed.Updating an existing domain is useful for maintaining customizations within your test domain if generation of the domain has not been automated. There are two options for upgrading an existing domain, as follows:
Option One: Manual Update
Install WebLogic Server 10.3.5 software.
Back up the existing application environment, including the domain directory, application and application data that is external to the domain, and log files (if necessary).
Update the script files in the domain to point to the installation of WebLogic Server 10.3.5. For example, set MW_HOME
, MW_HOME
, BEA_HOME
, BEA_JAVA_HOME
, JAVA_HOME
, and WL_HOME
to the appropriate values.
Update the CLASSPATH to remove path information that is no longer required, such as patch file information that applies to a pre-10.3.5 release.
Option two: Automated Update
Use the Domain Upgrade Wizard, as described in Chapter 5, "Upgrading a WebLogic Domain."
If you developed Beehive applications in 9.0, 9.1 or 9.2, you must upgrade the applications as described in "Upgrade Paths" in Beehive Integration in BEA WebLogic Server, available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100/beehive/introduction.html#upgrade
.
Note:
Use of Apache Beehive as the WebLogic Platform application framework is deprecated in this release. Oracle recommends that you use ADF, which offers a rich application framework and is the Oracle standard.