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
Expand all | Collapse all

How to see Application list which mapping Shared Library

  • 1.  How to see Application list which mapping Shared Library

    Posted Wed January 22, 2014 09:39 AM

    Hello,


    I am using websphere 6.1. there are install application more than two hundred on websphere server. Some Applications mapped shared library. Can I view collect which application using shared library with wsadmin or another tool. this topic about help me please.
    Thanks.


    Serkan



  • 2.  How to see Application list which mapping Shared Library

    Posted Thu January 23, 2014 07:00 AM
    Hi Serkan,

      The simplest way is to use the next commands inside a script:
     
        #To list all the applications
        print AdminApp.list()
        
        #To see all information about your application
        print AdminApp.view('APPLICATION_NAME')
       
      BTW WAS 6.1 is out of support from September 2013

      Hope this helps.
     
    regards