• 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

Problem Creating Connection Pool in WebLogic

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Alright, I'm certain a 100 other people have asked this question before, but I'll do it one more time.
How does one create a connection pool to an instance of db2.
From inside the console, I've entered the following fields into the configuration ui.
NAME: testPool
URL: jdbc b2:MHN [where MHN is the db2 db]
Driver ClassName: com.ibm.db2.jdbc.app.DB2Driver
Properties: [empty]
ACLName: [empty]
When I click on the monitoring tab, and click the link "Monitor all Active Pools" I get a page with two paragraphs but no tables. From the content of the page I have no active connections or the selected connection pool is inactive.
Any suggestions on what to do?
 
Ron Ditch
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any advice?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need to go to Targets tab and need to select the server.
Once the ConnectionPool is choosen and the settings saved it should show up in the Monitoring section.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic