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 |
How do you debug a script?
Is shell scripting a language?
what does "kill -9" and "kill -1" do
What is a shell made of?
Write a command sequence to find the count of each word?
How would you replace the n character in a file with some xyz?
What is eval in shell script?
How are shells born?
determine the output of the following command: echo ${new:-variable}
What are script files?
What is the use of a shebang line?
What is echo in shell?