• 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

Getting an error "jdbc/null" not found in context "java:comp/env"

 
Ranch Hand
Posts: 31
1
Oracle Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have deployed my application in Websphere and given 2 jdbc providers with a data source for each (both the database instance have same URL). my application is getting deployed successfully.
Whenever i am calling my java class through UI though, i am getting this error message in the logs "jdbc/null" not found in context "java:comp/env".

I have verified both my web.xml (in deployed area and WEB-INF path) and both are correct.

Please let me know if i have missed something.

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic