• 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

Global Roles

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My objective is to have a userid for weblogic admin console who can only view all the applications and resources been deployed on server.

I created a user as "Monitor" and associated to Monitors group and logged into weblogic console as Monitor. As expected, Create/Modify/Delete access is not given as for as resources under "Services" are concerned.

But still, that user has the control of stop and redploy the applications.
Also, graceful and force shutdown of the Server options are also available to Monitor userid.

How to prevent these options too for Monitor user?
 
reply
    Bookmark Topic Watch Topic
  • New Topic