What is the linux command is used to know the version of
weblogic server?
Answer Posted / 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 |
Post New Answer View All Answers
What is node manager?
What command will you use to recursively search for a particular string across multiple files in your currentdirectory?
Which memory space does thread stack get allocated from?
What is the managed server?
Why would a client application use jta transactions?
What is thread stack size?
Can you briefly describe local interfaces?
How to change from default JVM to other ?
Do you know how can third-party jdbc driver be used with jms?
What are deployment descriptors?
What are the advantages of using application servers?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
How are notifications made when a server is added to a cluster?
What are the ways in which weblogic servers can run on multiple machines?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic