I am new to web logic. I am using weblogic 6.1. Is there any other way to logon to weblogic console other than system user. If so where do I setup ?
Chris Mathews
Ranch Hand
Joined: Jul 18, 2001
Posts: 2712
posted
0
Using the WebLogic console you can add users to the current security realm. If you make a user part of the Administrators group then they will be able to access the WebLogic console.
sriram Vaidhya
Greenhorn
Joined: Dec 24, 2002
Posts: 4
posted
0
Thanks for the reply. Is there any way I can set this new user to 'read only' access to all the resouces in the console.
Chris Mathews
Ranch Hand
Joined: Jul 18, 2001
Posts: 2712
posted
0
Yes, but you will really need to get into the gory details of WebLogic's ACLs. I suggest reading BEA's documentation on this subject: Programming WebLogic Security.