how to find weblogic version through linux cammand
Answer Posted / 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 View All Answers
What is shell geeksforgeeks?
Write a shell script to get current date, time, user name and current working directory.
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
Write the syntax for "if" conditionals in linux?
What is the meaning of $1 in shell script?
How do we create command aliases in a shell?
What is bash eval?
Explain about the exit command?
how will you find the total disk space used by a specific user?
What does $@ mean in shell?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
Explain about non-login shell files?
Is cmd a shell?
What is scripting autism?
Is bash an operating system?