You can do that by specifying the path in the connetion string, something like
jdbc:derby:/path/to/db;create=true Hope this helps... Luciano On Thu, Jun 17, 2010 at 3:52 PM, Tim McConnell <[email protected]>wrote: > Very nice -- thanks Luciano > > > On 6/17/2010 2:46 PM, Luciano Salotto wrote: > >> yes, it is possible to do so... have done it in the past, but don't >> recall how did I do it. will look for that and let you know. >> >> On Thu, Jun 17, 2010 at 3:40 PM, Tim McConnell <[email protected] >> <mailto:[email protected]>> wrote: >> >> Hi, I'd like to configure and use the Geronimo embedded Derby database >> outside the default \var\derby directory, and actually outside the >> Geronimo installation directory. Does anyone know if this is >> possible ?? If so has anyone done this ?? >> >> -- >> Thanks, >> Tim McConnell >> >> >> > -- > Thanks, > Tim McConnell >
