• 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

How to run hsqldb with tomcat..

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey guys,

I'm new to servlets and stuff.. I've got the hsqldb database jar and a tomcat server running on my machine.. So in order to test my web app i'd want hsqldb to run ton the tomcat server.. Can someone pleease give me in detail how to do it..

I couldn't understand much of the tomcat documentation!!
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There isn't much to do. Put the hsqldb jar files in the WEB-INF/lib directory of the web app you want to use it with, and you're ready to use it in standalone mode.

Or do you wan to run it in server mode? In that case, keep it out of the Tomcat installation.
 
Malith Yapa
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
THanks dude
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic