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 |
what is critical environment in weblogic
A stateful session bean implementing the sessionsynchronization interface is deployed on the weblogic server. Which of the callback methods may be invoked on the bean? : BEA Weblogic
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic
How to make a managed server ?
What is the difference between dynamic and non-dynamic changes in the console?
What are the steps involved in setting up classpath in web logic server?
How do I call a servlet with parameters in the url? : BEA Weblogic
Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?
How can classpath be set?
What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?
What are the steps in which unicode codesets can be set with the weblogic jdriver?
How is the logging implementation specified in web logic?