• 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

setting db.url in Spring tutorial

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All -

For the life of me I am not setting the db.url in build.properties correctly for the Spring tutoiral...I have tried everything to no avail...

this is the error I am receiving when launching the page:


this is my build.properties:


this is the HSQLDB properties screen within the Eclipse IDE:


when I do a TEST CONNECTION it is successful....

Any help would be GREATLY appreciated!

Thanks!





 
Mirrell Knabe
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All -

I was able to fix the problem, by putting the same database entries into the jdbc.properties file...

Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic