NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
dtoffe Posted via mailing list.
|
Posted: Sat Jun 28, 2008 4:39 pm Post subject: Proper placement of embedded derby db in web application |
|
|
Hi !
I want to use an embedded Derby db in a web application, what would be
the proper place to put it ?
web - META-INF
- (1)
- WEB-INF - classes
- lib
- (2)
Should I put it in (1) or in (2), or is there no difference, or should
it go in another place ??
Besides this, in the connection URL:
conn = DriverManager.getConnection("jdbc:derby:<PATH>myDB;create=true",
props);
What should I put in <PATH> to have a relative path ? Ie, what is the
default web application home dir to which I have to set the relative db URL
??
Cheers,
Daniel
--
View this message in context: http://www.nabble.com/Proper-placement-of-embedded-derby-db-in-web-application-tp18172556p18172556.html
Sent from the Netbeans - Users mailing list archive at Nabble.com. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|