What is the msi mode in weblogic? How can you enable and disable this option?
Answer / Ravi Dutt Mishra
MSI (Modular Shared Library) mode is a feature in WebLogic Server that allows sharing of Java class libraries between multiple applications. To enable MSI, you need to create an MSI JAR file using the `asjar` command-line tool and deploy it to the server. To disable MSI, you can remove or replace the MSI JAR file from your application's deployment. However, it's important to note that disabling MSI may lead to increased memory consumption due to duplicate copies of shared libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I use a native two-tier driver for a browser applet? : BEA 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
Can the bean class implement the ejbobject class directly? If not why?
What is the managed server?
I have a process running on one of my unix terminals, but I cannot close the terminal window as the process will terminate. How can I transfer this process to a background process?
Explain what an application server does and it's major components.
How can we configure http tunneling on weblogic?
What is the default thread stack size in windows?
Write a program of web logic server to get the connection pool attribute?
how to deploy the application
How do I provide user credentials for starting a server?
What should an xpath selector look like? : BEA Weblogic