How to know weblogic version?
Answers were Sorted based on User's Feedback
Answer / bhaskar
In the WebLogic console, in the left navigation tree, click
on "Environment", then "Servers". Then click on one of the
servers in the list. Then click on the "Monitoring" tab.
Look at the "WebLogic Version" field.
Is This Answer Correct ? | 6 Yes | 2 No |
first to set the classpath use this
bea/weblogic-home/servers/bin/setdomain Env.cmd
and next enter the command
java weblogic.Admin -url enter url -username enter
weblogic server username -password enterweblogic server
password -VERSION
to see the weblogic server version.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / hari krishna.y
If we want to know about weblogic version:
------------------------------------------
For knowing weblogic version make sure that which java you are using.
1.In terminal type java weblogic.version (it will show the version that you are using).
2.If it throwing a java error Go to DOMAIN_HOME/bin/
3.Then do the following thing . setDomainEnv.sh
4.Then type java weblogic.version it will display version
OR:
---
1.Go to JDK_HOME/bin
2.Then type java weblogic.version
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sridhar
Adding to the above answers , Check for the file
called "registry.xml" and read it.there you can find the
Weblogic version.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / moin
"web logic"-> "left navigation tree"-> "Environment"->
"Servers"-> "Select Server"-> "Monitoring"-> "Version no."
Is This Answer Correct ? | 0 Yes | 0 No |
How do I learn what codesets are available in oracle? : BEA Weblogic
What is the format of a log message in a web logic server?
How do you do performance tuning of wls? What are various areas to do it
What is difference between weblogic connection pool and conection factory?
What command will you use to recursively search for a particular string across multiple files in your currentdirectory?
While packaging the web application defaultwebapp for deployment into the weblogic server, the home and remote interfaces of the enterprise beans used by the servlets should reside in which directory? : BEA Weblogic
When should I use server session pools and connection consumers? : BEA Weblogic
What is a domain in weblogic?
how to get the critical application?
Why does executing the preparedstatement class cause a trunc fails: ora-00932: inconsistent datatypes error? : BEA Weblogic
What is meant by managedserver?
Can two jms servers share the same persistent store? : BEA Weblogic