• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to Find EJB bound in WebSphere Server using Admin Console GUI

 
Ranch Hand
Posts: 281
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can I see all the EJBs (stateless session beans) that are bound to node/cell in WebSphere App Server 5.1.x?

I can see the EJBs bound in WSAD Test Server by running Universal Test Client on WSAD Test Server. The EJBs will be displayed under ejb directory as com.myejb.....

Is there a similar way to see all the EJBs that are already bound in WAS (not WSAD) using Admin Console GUI?
 
Ranch Hand
Posts: 142
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dumpNameSpace command could help
 
reply
    Bookmark Topic Watch Topic
  • New Topic