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
When should I use server session pools and connection consumers? : BEA Weblogic
Do you know how are multi-byte characters used with weblogic jdriver?
Is it possible to set aside a message and acknowledge it later? : BEA Weblogic
How do I debug weblogic server using visual cafe 4.1? : BEA Weblogic
What is a trace in relation to web logic server?
How do I provide user credentials for starting weblogic server?
What is nmenroll in wlst?
How to integrate sunone/netscape/iplanet with weblogic?
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
Why did the messaging bridge fail to connect to the source bridge destination? : BEA Weblogic
What is the default thread stack size in windows?
Explain different parts available as part of jvm and describe them in few lines.
How to write a program of web logic server to get the connection pool attribute?
What is meant by domain, adminserver, managedserver?
How to write a program to call the store procedure of oracle that takes no parameter?