• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Configure a JDBC Connection Pool

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am unable to create Connection Pool in my weblogic8.1. I want to make connection to my MySQL database but not able to set the CLASSPATH of my JDBC drivers.
I am using Win2000 OS.
I am setting my classpath in the environment Variables(by right click on My Computer) by setting the path to my jdbc drivers
So kindly help me in finding out how to set my CLASSPATH .
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I've never used but weblogic 8.1 already have a MySQL driver, all u have to do is choose it from the driver's list when u create a con. pool.
regards.
 
reply
    Bookmark Topic Watch Topic
  • New Topic