• 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

creating a custom tomcat connection pool from another location

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to centralize the dbcp connection pool information for many tomcat instances into one location. In other words instead of declaring the same connection pool information across 10 different tomcat instances I want the tomcat to read that type of configuration from 1 location and build the pool based on that. That way if something needs to change it is changed in one location.

Can someone please point me in the correct direction. I have a couple of ideas on how to do that however, if someone has already done that it would be helpful

Scott
 
reply
    Bookmark Topic Watch Topic
  • New Topic