查看weblogic版本号

在weblogic上部署的项目,在迁移的时候,通常必须迁移到相同版本的weblogic容器上面去,那怎么看当前weblogic的版本号呢?两个方法:第一,查看weblogic的安装日志,里面包含版本号第二,查看weblogic主目录下面的registry.xml文件,里面包含版本号

安装日志

weblogic的安装日志log.txt 一般在weblogic安装目录的根目录下面的logs文件夹下面

里面内容比较少,主要包含weblogic安装时安装的组件和中间件等,每个组件都有对应的版本号

2015-5-30 8:39:37 -- install "WebLogic Platform" 10.3.5.0 在 D:\Oracle\Middleware\Oracle11g_Home
    发行版  10.3.5.0 [已添加]
    |_____Common Infrastructure Engineering 7.2.0.0 [已添加]
    |    |_____Uninstall [已添加]
    |    |_____Patch Client [已添加]
    |    |_____Patch Attachment Facility [已添加]
    |    |_____Clone Facility [已添加]
    |_____WebLogic Server 10.3.5.0 [已添加]
    |    |_____Core Application Server [已添加]
    |    |_____Administration Console [已添加]
    |    |_____Configuration Wizard and Upgrade Framework [已添加]
    |    |_____Web 2.0 HTTP Pub-Sub Server [已添加]
    |    |_____WebLogic SCA [已添加]
    |    |_____WebLogic JDBC Drivers [已添加]
    |    |_____Third Party JDBC Drivers [已添加]
    |    |_____WebLogic Server Clients [已添加]
    |    |_____WebLogic Web Server Plugins [已添加]
    |    |_____UDDI and Xquery Support [已添加]
    |    |_____Server Examples [未安装]
    |    |_____Evaluation Database [已添加]
    |    |_____Workshop Code Completion Support [已添加]
    |_____Oracle Configuration Manager 10.3.3.1 [已添加]
    |    |_____Data Collector [已添加]
    |_____Oracle Coherence 3.6.0.4 [已添加]
         |_____Coherence Product Files [已添加]
         |_____Coherence Examples [未安装]

如上面的安装日志主要包含下面的内容

该weblogic安装于 2015-5-30 8:39:37,安装的weblogic 平台为 10.3.5.0,安装在了 D:\Oracle\Middleware\Oracle11g_Home 目录下

包含了四个大的组件:

版本号为
7.2.0.0   的
Common Infrastructure Engineering

版本号为
10.3.5.0 的 WebLogic Server

版本号为
10.3.3.1 的 Oracle Configuration Manager

版本号为  3.6.0.4  的 
Oracle Coherence

各组件后面的子组件,也标注了是否已安装。

registry.xml

registry.xml里面和安装日志里面是类似的内容

<?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">
  <host home="D:\Oracle\Middleware\Oracle11g_Home" name="ZhangQi-PC">
    <product format="1.0" name="WebLogic Platform">
      <release level="10.3" ServicePackLevel="5" PatchLevel="0" Status="installed" BeaProgramGroup="Oracle WebLogic (BEAHOME 2)" StartMenu="C:\ProgramData\Microsoft\Windows\Start Menu\Programs" InstallTime="2015-5-30 8:39:37" InstallDir="D:\Oracle\Middleware\Oracle11g_Home">
        <component name="Common Infrastructure Engineering" version="7.2.0.0" InstallDir="">
          <component name="Uninstall"/>
          <component name="Patch Client"/>
          <component name="Patch Attachment Facility"/>
          <component name="Clone Facility"/>
        </component>
        <component name="WebLogic Server" version="10.3.5.0" InstallDir="D:\Oracle\Middleware\Oracle11g_Home\wlserver_10.3">
          <component name="Core Application Server"/>
          <component name="Administration Console"/>
          <component name="Configuration Wizard and Upgrade Framework"/>
          <component name="Web 2.0 HTTP Pub-Sub Server"/>
          <component name="WebLogic SCA"/>
          <component name="WebLogic JDBC Drivers"/>
          <component name="Third Party JDBC Drivers"/>
          <component name="WebLogic Server Clients"/>
          <component name="WebLogic Web Server Plugins"/>
          <component name="UDDI and Xquery Support"/>
          <component name="Evaluation Database"/>
          <component name="Workshop Code Completion Support"/>
        </component>
        <component name="Oracle Configuration Manager" version="10.3.3.1" InstallDir="">
          <component name="Data Collector"/>
        </component>
        <component name="Oracle Coherence" version="3.6.0.4" InstallDir="D:\Oracle\Middleware\Oracle11g_Home\coherence_3.6">
          <component name="Coherence Product Files"/>
        </component>
      </release>
    </product>
  </host>
</bea-product-information>

跟安装日志里面的信息完全的对应吧。

上面讲的就是查看weblogic版本号的两种方法,第二种方法,通过查看registry.xml 更通用些,它就在weblogic的根目录下面。

时间: 2024-10-10 13:54:14

查看weblogic版本号的相关文章

Oracle 版本查看及版本号说明

http://blog.163.com/magicc_love/blog/static/185853662201210194592757/ select * from v$version; 或select banner from sys.v_$version; 结果如下: BANNER 1 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod 2 PL/SQL Release 10.2.0.1.0 - Productio

查看weblogic各组件版本

[[email protected] logs]# ls -l /bea/ total 136 drwxr-xr-x 6 root root  4096 Jun 24 09:35 coherence_3.5 -rw-r----- 1 root root   317 Jun 24 10:34 domain-registry.xml drwxr-xr-x 2 root root  4096 Jun 24 10:34 logs drwxr-xr-x 7 root root 28672 Jun 24 0

查看centos版本号

--写在开始-- 玩Linux,不同的版本会有一些细微区别: so,经常需要查看服务器版本号: --正文-- 有以下命令可以查看linux服务器版本号: # lsb_release -a LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch Distributor ID: CentOS Description: CentOS release 6.5 (Final) Release: 6.5 Code

Mac系统打开命令行终端及查看操作系统版本号的方法

Mac系统打开命令行终端的方法: 应用程序 --> 实用工具 --> 终端 Mac系统终端查看操作系统版本号的方法: 输入:#more /System/Library/CoreServices/SystemVersion.plist .plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN&

查看ubuntu版本号命令

1.uname -a 查看内核版本号 2.cat /etc/issue 查看ubuntu版本号 3.sudo lsb_release -a 查看ubuntu版本号 原文地址:https://www.cnblogs.com/skyfall007/p/9857339.html

查看Eclipse版本号的方法及各个版本区别 Eclipse选择标准

这篇文章主要介绍了查看Eclipse版本号的方法及各个版本区别 Eclipse选择标准,方便初学者选择适合自己的版本,需要的朋友可以参考下 Eclipse 是一个开放源代码的.基于Java的可扩展开发平台.就其本身而言,它只是一个框架和一组服务,用于通过插件组件构建开发环境.幸运的是,Eclipse 附带了一个标准的插件集,包括Java开发工具(Java Development Kit,JDK). 查看Eclipse版本号的方法 1. 找到eclipse安装目录 2. 进入readme文件夹,打

查看linux版本号的几种方法

(1)lsb_release 命令查看,FSG(Free Standards Group)组织开发的LSB (Linux Standard Base)标准的一个命令,用来查看linux兼容性的发行版信息 [[email protected] oracle]# lsb_release -h FSG lsb_release v2.0 prints certain LSB (Linux Standard Base) and Distribution information. Usage: lsb_re

Linux下查看系统版本号信息的方法

一.查看Linux内核版本命令(两种方法): 1.cat /proc/version [[email protected] ~]# cat /proc/versionLinux version 2.6.18-194.8.1.el5.centos.plus ([email protected]) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Jul 7 11:50:45 EDT 2010 2.uname -a [[email 

查看Mysql版本号 (最简单的是status )

一.使用命令行模式进入mysql会看到最开始的提示符;二.命令行中使用status可以看到;三.使用系统函数等等, 查看版本信息 #1使用命令行模式进入mysql会看到最开始的提示符 Your MySQL connection id is 3 Server version: 5.1.69 Source distribution #2命令行中使用status可以看到 代码如下: mysql> status; -------------- mysql Ver 14.14 Distrib 5.1.69