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 this line in the shell script do ?#!/bin/ksh

5 Answers  


How to customise the existing shell?

1 Answers  


What can scripts do?

0 Answers  


Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.

0 Answers  


What makes c shell a more preferable option than the bourne shell?

0 Answers  






What is the use of "shift" command in passing parameters?

1 Answers  


What does $@ mean in shell?

0 Answers  


What is the use of "$?" Sign in shell script?

0 Answers  


How to print some text on to the screen?

2 Answers  


What's the difference between scripting and coding?

0 Answers  


What happens when you type ls?

0 Answers  


what is the difference between cmp and diff commands

2 Answers   Amazon, CTS,


Categories