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 |
What is shell environment?
Which is best institute for testing tool?
Is shell scripting useful?
What is the significance of $#?
How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?"
Calculate a real number calculation directly from the terminal and not any shell script.
How to open a read-only file in the shell?
Is cmd a shell?
What is meant by $1 in shell script?
Write a shell script to looking at the log file to see if the test has passed or not
What are "c" and "b" permission fields of a file?
How to declare functions in unix shell script?