What is the msi mode in weblogic? How can you enable and disable this option?



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

Post New Answer

More Weblogic Interview Questions

Can I use a native two-tier driver for a browser applet? : BEA Weblogic

1 Answers  


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

1 Answers  


Can the bean class implement the ejbobject class directly? If not why?

1 Answers  


What is the managed server?

1 Answers  


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?

1 Answers  


Explain what an application server does and it's major components.

1 Answers  


How can we configure http tunneling on weblogic?

1 Answers  


What is the default thread stack size in windows?

1 Answers  


Write a program of web logic server to get the connection pool attribute?

1 Answers  


how to deploy the application

1 Answers   Oracle, RBS,


How do I provide user credentials for starting a server?

1 Answers  


What should an xpath selector look like? : BEA Weblogic

1 Answers  


Categories