• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Connection Pooling using JNDI

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am using apache, tomcat 3.2 jConnect 4.2 for my current applications. Currently I am using single connections to the database in my web applications. I want to use connection pooling using JNDI and file server as a service provider and jConnect 5.2.

I have few questions (some of them might be quite stupid )

Does Apache support JNDI.

what should I do and study in order to get the connection pooling working. For some reasons we dont want to use connection pooling class. We want to implement it using JNDI, jConnect 5.2 and file server( so that we can keep on using tomcat and Apache). Can someone pls help me in this regard.

Thanks and Regards

 
Now I am super curious what sports would be like if we allowed drugs and tiny ads.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic