how to find weblogic version through linux cammand



how to find weblogic version through linux cammand..

Answer / ajay

$ java weblogic.version -verbose
(OR)
$ java weblogic.utils.Versions
(OR)

java weblogic.Admin -url ManagedHost:8001 -username weblogic
-password weblogic VERSION

Is This Answer Correct ?    6 Yes 4 No

Post New Answer

More Shell Script Interview Questions

what is "umask"?

6 Answers   Wipro,


What are the different commands available to check the disk usage?

0 Answers  


What is a shell in operating system?

0 Answers  


How to change our default shell?

5 Answers  


What does sh mean?

0 Answers  






how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?

0 Answers  


What are the different variables present in linux shell?

0 Answers  


What does $0 mean in shell script?

0 Answers  


whta is the use of "exec" command?

1 Answers  


What is shell scripting?

0 Answers  


How can you find out how long the system has been running?

0 Answers  


I want to upload a file to remote server through ftp daily.Can anyone suggest how to make a shell script for that.I hv credentials for that ftp

1 Answers  


Categories