Finding out Weblogic Version
Finding out Weblogic VersionBy 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//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
页:
[1]