Srinivasarao G wrote: > Hi > > My requirement is , Can I embed Derby database as part of my web > application. That is, specific to web application. I shall copy Derby.jar > and derby tools.jar in webapps\win-inf\lib and then I want derby to be > started when I start webserver/app server and use the myproject.war to use > derby database. > > anticipating reply. > thanks > vasu. >
Hi, Vasu, The Derby Wiki lists pointers to WebApp samples that show how to use Derby with a few web servers: http://wiki.apache.org/db-derby/DerbyInstruction I hope these help. regards, -jean
