| Author |
Change DB URls of Datasources in Weblogic using WLST and activate changes without restarting server
|
Gunveer Gujral
Greenhorn
Joined: Nov 15, 2012
Posts: 1
|
|
I have to change the Database Urls of datasources in a weblogic server. I am using WLST to do the same.
Acticvating the changes gives a message
"The following non-dynamic attribute(s) have been changed on MBeans that require server re-start: MBean Changed : com.bea:Name=mds-soa,Type=weblogic.j2ee.descriptor.wl.JDBCDriverParamsBean,Parent=[fusion_domain]/JDBCSystemResources[mds-soa],Path=JDBCResource[mds-soa]/JDBCDriverParams Attributes changed : Url"
How to avoid restarting the server, as this takes time, and I want to make the process quick.
Can resetting the connection pool help.
|
 |
kona krishnakumar
Ranch Hand
Joined: Dec 03, 2011
Posts: 30
|
|
|
try through the weblogic console
|
 |
 |
|
|
subject: Change DB URls of Datasources in Weblogic using WLST and activate changes without restarting server
|
|
|