2017/01/25

How to Identify installed Weblogic Versions

To identify the version of weblogic installed in your environment, there are couple of ways:

Using weblogic.version class

Navigate to $MW_HOME/wlserver_xx.x/server/lib

Run the command as shown below


Using "registry.xml"

The component version can also be found from "registry.xml" file available in Middleware Home location.

No comments:

Post a Comment

File Handling with Python

This little utility is for copying files from source to target directories.  On the way it checks whether a directory exists in the target, ...