• 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 change BEA admin console password for WLS 9.2.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All my frenz !!
I am currently administering a production environment and the setup is as below.

OS- Windows Server 2003 (x64)
Weblogic- WLS 9.2

I am running 4 standalone managed servers and managing them using nodemanager.
Node manager and the admin servers have been configured as windows services.

In this case, kindly suggest me how can I change the BEA admin console password for my environment.


Regards,
Subs
 
Ranch Hand
Posts: 152
VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
welcome to the Ranch ...

The password is with the user account.

By default you will have at least one user
configured in the Administrators group.

This probably is the one who's password
you wanna change.

To do that, log in using the old credentials.
In the WebLogic console, navigate to:

Security Realms >myrealm >Users and Groups

click on your user account, then select the tab Passwords.

Enter the New Password, Confirm New Password and
save the changes.

The new password has been set.

Note: the password change may fail if a server
restart is pending.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic