Hello All,
This can be where rare situation where in you have got a problem like, Admin console got disabled and you want to enable it back, How do you go about it.??
Here is the Solution :
Try to execute the following script after executing the startup script (startWeblogic.cmd or startWeblogic.sh).
connect("username","password","t3://hostname:portnumber")
edit()
startEdit()
cmo.setConsoleEnabled(true)
save()
activate()
disconnect()
exit()
once execute the above script then restart the server & try to access the console using the URL
Please let me know if you have any issues with above commands.
Thanks
Shailesh Dyade
No comments:
Post a Comment