• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Change DB URls of Datasources in Weblogic using WLST and activate changes without restarting server

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try through the weblogic console
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic