• 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

regarding JNDI

 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai to all,

I want an appli to use a ConnectionPool interface
pls help me reagrding this issue like what r reqired jar files,what packages to be imported plss help me

thanks in advance sorry for my poor english
 
Ranch Hand
Posts: 308
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what is your application server?

weblogic?
http://e-docs.bea.com/wls/docs81/jdbc/programming.html

websphere?
check in redbooks or ibm site.

any other?
please specify

To get a general idea about connection pool, oracle's site have a good article. Read about dataSource too.
 
Sunesh Kumar
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

my application server is tomcat 5.0 now pls help me regarding JNDI appplications
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Update the "web.xml" to cover the JNDI..

look here
http://tomcat.apache.org/tomcat-4.1-doc/jndi-datasource-examples-howto.html
[ November 14, 2005: Message edited by: Yilmaz Mete ]
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://tomcat.apache.org/tomcat-5.0-doc/jndi-resources-howto.html

As you are using Tomcat 5.0, this is more suitable link for you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic