• 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:

Websphere and JDBC.

 
Greenhorn
Posts: 26
MySQL Database Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

I am using struts 1.3.8, so MVC is the main pattern, on RAD 7.5 using Websphere 7.0.

I tried a simple java project(not a web project) for testing JDBC using RAD, and it worked fine. I externally included db2java.zip for the driver "COM.ibm.db2.jdbc.app.DB2Driver".

Now, when I make a web project(using struts) on RAD, and inside the model class, if I invoke the driver, it is not working.
I included the same "db2java.zip" externally.

I think this is due to websphere configuration or something.
Please shed some light.
 
Abhi Agar
Greenhorn
Posts: 26
MySQL Database Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I forgot to mention, I am using DB2 community edition.
 
reply
    Bookmark Topic Watch Topic
  • New Topic