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 do I use a temporary destination? : BEA Weblogic
What is LDAP and how to configure LDAP server to weblogic server? any budy give me steps
What is meant by cluster??
How do I create a producer pool? : BEA Weblogic
Explain the domain creation types?
What is difference between weblogic connection pool and conection factory?
What is cluster stub?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
How do I set up my classpath? : BEA Weblogic
How should I use sorted queues? : BEA Weblogic
How do I use a third-party jdbc driver with jms? : BEA Weblogic
What is a domain?