Check the weblogic version number and weblogic version number.

Source: Internet
Author: User
Tags sca xquery

Check the weblogic version number and weblogic version number.


During the migration, the project deployed on weblogic usually has to be migrated to the weblogic container of the same version. How can we see the current weblogic version number? Two methods:First, check the weblogic Installation Log, which contains the version number.;2. Check the registry. xml file under the weblogic main directory, which contains the version number..


Installation Log


The Installation Log log.txt of weblogicis generally under the logs folder under the root directory of the weblogic installation directory

The content is relatively small, mainly including components and middleware installed during weblogic installation. Each component has a corresponding version number.

8:39:37 -- install "WebLogic Platform" 10.3.5.0 on D: \ Oracle \ Middleware \ Oracle11g_Home release 10.3.5.0 [added] | _____ Common Infrastructure Engineering 7.2.0.0 [added] | _____ Uninstall [added] | _____ Patch Client [added] | _____ Patch Attachment Facility [added] | _____ Clone Facility [added] | _____ WebLogic Server 10.3.5.0 [added] | _____ Core Application Server [added] | _____ Administration Console [added] | _____ Configuration Wizard and Upgrade Framework [added] | _____ Web 2.0 HTTP Pub-Sub Server [added] | _____ WebLogic SCA [already added add] | _____ WebLogic JDBC Drivers [added] | _____ Third Party JDBC Drivers [added] | _____ WebLogic Server Clients [added] | _____ WebLogic Web Server Plugins [added] | _____ UDDI and Xquery Support [added] | _____ Server Examples [not installed] | _____ Evaluation Database [added] | _____ Workshop Code Completion Support [added] | _____ Oracle Configuration Manager 10.3.3.1 [added] | _____ Data Collector [added] | _____ Oracle Coherence 3.6.0.4 [added] | _____ Coherence Product Files [added] | _____ Coherence Examples [not installed]

The above installation logs mainly contain the following content:

This weblogic was installed on 8:39:37. The installed weblogic Platform is 10.3.5.0 and is installed in the D: \ Oracle \ Middleware \ Oracle11g_Home directory.


It contains four major components:

Common Infrastructure Engineering with version 7.2.0.0

WebLogic Server with version 10.3.5.0

Oracle Configuration Manager with version 10.3.3.1

Oracle Coherence with version 3.6.0.4

The child components after each component are also marked with whether they have been installed.


Registry. xml


The contents in registry. xml are similar to those in the Installation Log.

<?xml version="1.0" encoding="UTF-8"?><bea-product-information xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:gpr="http://www.bea.com/ns/cie/gpr">  

It exactly corresponds to the information in the Installation Log.


The above two methods are used to view the weblogic version number. The second method is more common by viewing the registry. xml, which is under the weblogic root directory.



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.