• 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

Work Manager - Default and Global Work Manger - Which one get used ?

 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

We have defined a Global Work Manager "snet.app.workManager", so all the application deployed on Server uses that has a template and create their own work manager. In console, I am able to see global work manager as well as work manager name "default".

On hitting a request to application, I can see the count getting increased for both of them "snet.app.workManager" as well as for "Default".

We have defined the dispatch-policy for JSP/Servlets and EJB to point to snet.app.workManager.

We are not getting what kind of request is "Default" work Manager serving then ? Ideally only the count of snet.app.workManager should increase.

How can we monitor what kind of requests are served by each work Manager via Admin Console ?

Please help us..!!!

Thanks and Regards,
Raghav Shukla
 
reply
    Bookmark Topic Watch Topic
  • New Topic