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 need ? 


--
Olivier 

-----Message d'origine-----
De : Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 7 septembre 2007 16:44
À : [EMAIL PROTECTED]
Objet : RE: Connecting to the Continuum Derby Database

Thank you.  In my JSP I am trying to select all rows and search by field to 
create some reporting pages for our builds.

-----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 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]
> http://db.apache.org/derby/docs/dev/adminguide/cadminnetservsecurity.h
> tml
> 
> Morgovsky, Alexander (US - Glen Mills) 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 connection =
>> DriverManager.getConnection("jdbc:derby://<Continuum 
>> IP>:1527/<Continuum File System Database");
>>
>> However, upon accessing the JSP page I receive:
>> java.sql.SQLException: java.net.ConnectException : Error connecting 
>> to server <ip> on port 1527 with message Connection refused: connect.
>>
>> What is the proper Java process for connecting to the Continuum Derby 
>> Database?  Should I pass in a username/password?  If so, should these 
>> be the Continuum admin username/password?
>>
>> I am using Continuum 1.1-alpha-2.
>>
>> Thank you.
>>
>> This message (including any attachments) contains confidential 
>> information intended for a specific individual and purpose, and is 
>> protected by law.  If you are not the intended recipient, you should 
>> delete this message.
>>
>> Any disclosure, copying, or distribution of this message, or the 
>> taking of any action based on it, is strictly prohibited. [v.E.1]
>>
>>   
> 
> 
> 
> 


This e-mail, any attachments and the information contained therein ("this 
message") are confidential and intended solely for the use of the addressee(s). 
If you have received this message in error please send it back to the sender 
and delete it. Unauthorized publication, use, dissemination or disclosure of 
this message, either in whole or in part is strictly prohibited.
********************************************************************** 
Ce message électronique et tous les fichiers joints ainsi que  les informations 
contenues dans ce message ( ci après "le message" ), sont confidentiels et 
destinés exclusivement à l'usage de la  personne à laquelle ils sont adressés. 
Si vous avez reçu ce message par erreur, merci  de le renvoyer à son émetteur 
et de le détruire. Toutes diffusion, publication, totale ou partielle ou 
divulgation sous quelque forme que se soit non expressément autorisées de ce 
message, sont interdites.
********************************************************************** 

Reply via email to