adspace
What is the msi mode in weblogic? How can you enable and disable this option?
Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category