How to check mod_wl_ohs plugin version
Please find below steps to find out the mod_wl_ohs plugin version –
- Go to path Middleware–>Oracle_WT1–>ohs–>modules in your ohs domain. Where Oracle_WT1 is the domain name and ohs is OHS_INSTANCE.
- Run below command:
strings mod_wl_ohs.so | grep -i wlsplugins
You will see output like
WLSPLUGINS_11.1.1.6.0_LINUX.X64_RELEASE
WebLogic Server Plugin version 1.1 <WLSPLUGINS_11.1.1.6.0_LINUX.X64_RELEASE>
- This is your mod_wl_ohs plugin version.