• 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

jbuilder 2005 - tomcat -data source problem

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how can I add data source to the tomcat-server included at jbuilder (on my machine) to have access to a mysql-database on another server for testing?
Error is:
javax.naming.NameNotFoundException: Name jdbc is not bound in this Context
I don't find any place to add the datasource.
in server.xml it is,but don't help. if I put some context.xml files in the application or in the temporary tomcat-directories, I got an error-message during the start of tomcat.
Any idea or link?
thanks
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch!

I'm moving this to our Apache/Tomcat forum, where they know all about this sort of thing.
reply
    Bookmark Topic Watch Topic
  • New Topic