What is the linux command is used to know the version of
weblogic server?
Answers were Sorted based on User's Feedback
Answer / pavan_n85
By using this command we can get the version
java weblogic.Admin -url hostname:port -username uname
-password pwd VERSION
| Is This Answer Correct ? | 31 Yes | 3 No |
Answer / pavan
java weblogic.Admin -url hostname:port -username uname
-password pwd VERSION.
uname -a this o.s detail command.
sorry for given wrong answer.
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / hemanthgoud
java weblogic.Admin -url t3://localhost:7001 -username weblogic -password mypasswd GET -pretty -type ServerRuntime -property WeblogicVersion
| Is This Answer Correct ? | 2 Yes | 5 No |
How many messages are sent across the network for processing topic messages? : BEA Weblogic
Define managed servers?
Tell me how are the notifications generated when a server is added to a cluster?
Explain what is the procedure to configure jms security?
What is t3 protocol?
What is the use of persistent store in weblogic?
How could you retrieve password for I-Planet console if you have forgotten?
How to Know the maanged servers status,when admin console is not available?
How do I use a temporary destination? : BEA Weblogic
Why do I get noclassdeffound/too many open files messages on solaris? : BEA Weblogic
How do I do http tunneling? : BEA Weblogic
What is thread dump? What is the UNIX command for taking thread dump?