Friday, 23 November 2012

How to check weblogic server version


How to check weblogic server version


You can verify weblogic server version using any of the method described below - 


1) Check server log file for below entry



2) Use weblogic.version command

Go to your_domain/bin
run setDomain.[cmd][sh]
run "java weblogic.version"



3) Use -verbose to get subsystem information



4) Using weblogic.utils.Version command

java weblogic.utils.Versions



5) Check registry.xml file under your Oracle_HOME ( earlier BEA_HOME )



6) Using WLST

Go to wlst prompt
    Go to your_domain/bin
    Run ./setDomainEnv.[cmd][sh]
    java weblogic.WLST
    wls:/offline> version
    'WebLogic Server 10.3.5.0  Fri Apr 1 20:20:06 PDT 2011 1398638 '




7) If you have access to your admin console, then you would able to see there also 



8) Check .product.properties file under WL_HOME

   
    



7 comments:

  1. First run setDomainEnv.sh and the run command.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. Explanations were great and easy to understand. Thanks.
    PAD 500 Assignment

    ReplyDelete
  5. @ishwarya - use in this form - java -cp D:\Oracle\Middleware\wlserver_12.1\server\lib\weblogic.jar weblogic.version

    ReplyDelete
  6. hi Mukesh,

    version fine but how to find out Edition which edtion we are using it like standard .Is there any command find out this please us am waiting for your reply please advise

    Thanks
    santosh

    ReplyDelete