RE: Connecting to the Continuum Derby Database

2007-09-07 Thread Morgovsky, Alexander (US - Glen Mills)
Thank you. I will look into this. -Original Message- From: LAMY Olivier [mailto:[EMAIL PROTECTED] Sent: Friday, September 07, 2007 10:46 AM To: [EMAIL PROTECTED] Subject: RE: Connecting to the Continuum Derby Database Maybe you can add an issue and explain what kind of reports you

RE: Connecting to the Continuum Derby Database

2007-09-07 Thread Morgovsky, Alexander (US - Glen Mills)
To: [EMAIL PROTECTED] Subject: Re: Connecting to the Continuum Derby Database On 9/7/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > the username is 'sa' with an empty password. I knew I wrote this down somewhere. Here's a page talking about Archiva and Derby Netwo

RE: Connecting to the Continuum Derby Database

2007-09-07 Thread LAMY Olivier
ssing the JSP page I receive: >> java.sql.SQLException: java.net.ConnectException : Error connecting >> to server on port 1527 with message Connection refused: connect. >> >> What is the proper Java process for connecting to the Continuum Derby >> Database? Should

RE: Connecting to the Continuum Derby Database

2007-09-07 Thread Morgovsky, Alexander (US - Glen Mills)
ever, upon accessing the JSP page I receive: >> java.sql.SQLException: java.net.ConnectException : Error connecting to >> server on port 1527 with message Connection refused: connect. >> >> What is the proper Java process for connecting to the Continuum Derby >> Database?

RE: Connecting to the Continuum Derby Database

2007-09-07 Thread Morgovsky, Alexander (US - Glen Mills)
Sure. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, September 07, 2007 10:28 AM To: [EMAIL PROTECTED] Subject: Re: Connecting to the Continuum Derby Database the username is 'sa' with an empty password. Just for my information, what do you

Re: Connecting to the Continuum Derby Database

2007-09-07 Thread Wendy Smoak
On 9/7/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > the username is 'sa' with an empty password. I knew I wrote this down somewhere. Here's a page talking about Archiva and Derby Network Server. It should be easily adaptable to Continuum. http://docs.codehaus.org/display/MAVENUSER/Archiv

Re: Connecting to the Continuum Derby Database

2007-09-07 Thread Wendy Smoak
On 9/7/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > I started the Derby Database server on the Continuum machine. It is > listening on port 1527. In my JSP page deployed on an Application > Server on another machine in the same network I have the code: > > Connection c