Disabling the Admin Console:
TYPE-1
Log-in to admin console,
1. click Lock & Edit.
2. In the left pane of the Console, under Domain Structure, select the domain name.
3. Select Configuration > General, and click Advanced at the bottom of the page.
4. Deselect Console Enabled.
5. Click Save and click Activate Changes.
TYPE-2
From WLST:-
connect(“USER_NAME“,”PWD“,”URL“)
edit()
startEdit()
cmo.setConsoleEnabled(False)
save()
activate()
disconnect()
exit()
TYPE-3
Config.xml,
<console-enable>false </console-enable>
TYPE-1
Log-in to admin console,
1. click Lock & Edit.
2. In the left pane of the Console, under Domain Structure, select the domain name.
3. Select Configuration > General, and click Advanced at the bottom of the page.
4. Deselect Console Enabled.
5. Click Save and click Activate Changes.
TYPE-2
From WLST:-
connect(“USER_NAME“,”PWD“,”URL“)
edit()
startEdit()
cmo.setConsoleEnabled(False)
save()
activate()
disconnect()
exit()
TYPE-3
Config.xml,
<console-enable>false </console-enable>
No comments:
Post a Comment