Excellent - thank you Wendy! -----Original Message----- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2008 4:58 PM To: [email protected] Subject: Re: Silly derby/archiva question
On Fri, Jul 18, 2008 at 1:42 PM, EJ Ciramella <[EMAIL PROTECTED]> wrote: > Hmm - everything seems to have appeared in the bin directory. > Could I have done this: > url="jdbc:derby:../database/users;create=true"/> ? > Additionally, how do I configure the derby logs to go to say, the tomcat > logs directory? Sorry, I missed the fact that you're running it in Tomcat. You can give the full path to where you want the database files to go, or you can set derby.system.home and give a path relative to that. See the Derby docs for more info: http://db.apache.org/derby/docs/dev/devguide/cdevdvlp27610.html http://db.apache.org/derby/docs/10.2/devguide/rdevdvlp22102.html I believe if you set derby.system.home, that's where its log file will go. -- Wendy
