• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

WLST command to set MaxThreadsConstraint for existing work manager

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I have to set MaxThreadsConstraint for exiting Work Manager in weblogic. Does ant body know the command to do this through WLST script..
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

First you'll have to create a MaxThreadsConstraint and give it a name(first 2 lines)

Then you navigate to created constraint and sets its target and then set its number using cmo.setCount

finally you associate the desired workmanager with the maxthreadconstraint (last code lines).

regards.


 
reply
    Bookmark Topic Watch Topic
  • New Topic