RE: Connecting to the Continuum Derby Database

2007-09-09 Thread Morgovsky, Alexander \(US - Glen Mills\)
to the Continuum Derby Database On 9/8/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > I would like to ask which file in the Continuum directory I should edit > for Continuum to use the Derby Network Server instead of the embedded > database. It should be pr

Re: Connecting to the Continuum Derby Database

2007-09-08 Thread Wendy Smoak
On 9/8/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > I would like to ask which file in the Continuum directory I should edit > for Continuum to use the Derby Network Server instead of the embedded > database. It should be pretty similar to the instructions for Archiva.

RE: Connecting to the Continuum Derby Database

2007-09-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
@maven.apache.org Subject: Re: Connecting to the Continuum Derby Database On 9/8/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > Correct. However, I have started Derby Network Server only when having > Continuum be shut down. My concern is that I need to be able t

Re: Connecting to the Continuum Derby Database

2007-09-08 Thread Wendy Smoak
On 9/8/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > Correct. However, I have started Derby Network Server only when having > Continuum be shut down. My concern is that I need to be able to > generate reports on the builds while Continuum is running. Would this > be a p

RE: Connecting to the Continuum Derby Database

2007-09-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
] Sent: Saturday, September 08, 2007 4:19 PM To: continuum-users@maven.apache.org Subject: Re: Connecting to the Continuum Derby Database On 9/8/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > Is there a way where I could connect to the Continuum DB while Conti

Re: Connecting to the Continuum Derby Database

2007-09-08 Thread Wendy Smoak
On 9/8/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > Is there a way where I could connect to the Continuum DB while Continuum > is running? If you are using the embedded Derby that Continuum uses by default, then no. But your earlier messages indicate you're using Derby

RE: Connecting to the Continuum Derby Database

2007-09-08 Thread Morgovsky, Alexander (US - Glen Mills)
2007 15:10 To: continuum-users@maven.apache.org Subject: Re: Connecting to the Continuum Derby Database By default, Derby only listens on localhost, so no remote connections. Have a look at the derby documentation on how to change it. [1] Hth, Nick S. [1] http://db.apache.org/derby/docs/dev

RE: Connecting to the Continuum Derby Database

2007-09-08 Thread Krishnaiah, Shankar
lient.jar ClassName: org.apache.derby.jdbc.EmbeddedDriver Regards, Shankar -Original Message- From: Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] Sent: 07 September 2007 15:58 To: continuum-users@maven.apache.org Subject: RE: Connecting to the Continuum Derby Database Tha

RE: Connecting to the Continuum Derby Database

2007-09-08 Thread Krishnaiah, Shankar
2007 15:10 To: continuum-users@maven.apache.org Subject: Re: Connecting to the Continuum Derby Database By default, Derby only listens on localhost, so no remote connections. Have a look at the derby documentation on how to change it. [1] Hth, Nick S. [1] http://db.apache.org/derby/docs/dev

Re: Connecting to the Continuum Derby Database

2007-09-07 Thread Emmanuel Venisse
the username is 'sa' with an empty password. Just for my information, what do you try to do with your jsp? Emmanuel Nick Stolwijk a écrit : By default, Derby only listens on localhost, so no remote connections. Have a look at the derby documentation on how to change it. [1] Hth, Nick S. [1

Re: Connecting to the Continuum Derby Database

2007-09-07 Thread Nick Stolwijk
By default, Derby only listens on localhost, so no remote connections. Have a look at the derby documentation on how to change it. [1] Hth, Nick S. [1] http://db.apache.org/derby/docs/dev/adminguide/cadminnetservsecurity.html Morgovsky, Alexander (US - Glen Mills) wrote: I started the Derb