`
MicroJoey
  • 浏览: 86069 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Finding out Weblogic Version

阅读更多

Finding out Weblogic Version
By PvjPavanKumar on Sep 03, 2010

It would be good if we have a file that contain the version and the component versions of WL server like OC4J (ias.properties in $OH/config). Its different though in WL. Couple of ways to figure out the Weblogic Version:

1. Weblogic Console - simplest of all. But we get just the Weblogic kernel version from here.

2. To know the components and the versions (of specifications) of those components in Weblogic, run these:
$ java weblogic.version -verbose
(OR)
$  java weblogic.utils.Versions

We need to source the setDomain.env ($WL_HOME/user_projects/domains/[domain_name]/bin directory (or any other appropriate file which sets the environment and has weblogic.jar in the classpath).


reference weblink:
http://blogs.oracle.com/learnwithpavan/entry/finding_out_weblogic_version
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics