WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Shared Libraries

    Posted Sun March 15, 2015 08:56 PM
    Hi All,

    One of the ear which i support is of 250 MB. During installation of this ear, the dmgr hung and i need to set max heap size to get this ear installed which is not recommended.

    The lib folder of the ear has occupied max size. I like to use the shared libraries concept here and i like to move all the utility jar(jars used by the app source code) which is referred by my application out the ear and place it in a common path? Will it work?

    Let me know the thoughts. Any help will be greatly appreciated.


  • 2.  Shared Libraries

    Posted Tue March 17, 2015 08:53 AM
    Hi KISHORE,

      Yes I recommend to put your utility jars outside ear file and then bound the ear with utility jars using shared libraries

      Some examples about how to configure Shared Libraries.

      WebSphere Application Server classloader
      www-01.ibm.com/support/knowledgecenter/w...
        
      Hope this helps. Tell us if you need more support
     
    Regards


  • 3.  Shared Libraries

    Posted Wed March 18, 2015 07:39 PM
    You might also find this WebSphere Technical webcast useful in understanding class loading in WAS and the use of shared and isloated share libraries.

    An Overview of the WebSphere Application Server Class Loader - www-01.ibm.com/support/docview.wss?uid=s...



  • 4.  Shared Libraries

    Posted Thu March 26, 2015 06:12 PM
    Thanks for the support. Let me try and get back to  you