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

How to know that your remote server is ruing smoothly or not in unix?

1 Answers  


How to take input values from the user?

4 Answers  


Can you write a script to portray how set –x works?

0 Answers  


Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"

1 Answers  


What are zombie processes?

0 Answers  


c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory

1 Answers  


What is basename in shell script?

0 Answers  


defination of mapfile in winrunner?

0 Answers  


What is the need of including script interpreter in your shell script?

2 Answers  


How to get the first line from a file using just the terminal?

0 Answers  


What is the difference between bash and shell?

0 Answers  


What is the lifespan of a variable inside a shell script?

0 Answers  


Categories