Wednesday, June 30, 2010
Start WebLogic Server with Debug Flags
Here I found the link for setting WebLogic Debug Flags, Please refer it and let me know if it helps
Saturday, June 5, 2010
WLS : Presentation on WebLogic Security
WebLogic Security : Introduction
WebLogic Security
View more presentations from Shailesh Dyade.
Thursday, June 3, 2010
WLS : Enable the Administration Console : How.?
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
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
Subscribe to:
Posts (Atom)