How to know weblogic version?

Answers were Sorted based on User's Feedback



How to know weblogic version?..

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

How to know weblogic version?..

Answer / ram

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

How to know weblogic version?..

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

How to know weblogic version?..

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

How to know weblogic version?..

Answer / moin

"web logic"-> "left navigation tree"-> "Environment"->
"Servers"-> "Select Server"-> "Monitoring"-> "Version no."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Weblogic Interview Questions

Do you know what are the steps in which unicode codesets can be set with the weblogic jdriver?

0 Answers  


What are stubs and how do they function in a web logic cluster?

0 Answers  


What are the uses of a middleware server?

0 Answers  


When can high usage of CPU occur?

0 Answers  


What is the difference between url instance and urlconnection instance?

0 Answers  


how can we handle if server is hang? and how to handle out of memory in weblogic?

1 Answers   HCL, L&T,


What is Connection Pool ?

2 Answers  


How to configure jms?

0 Answers  


How to write a program to call the store procedure of oracle that takes no parameter?

0 Answers  


What should you do in a passive method?

0 Answers  


How does a server find out server unavailability?

0 Answers  


How can the nm be made to work with web logic?

0 Answers  


Categories