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

Connecting to the Continuum Derby Database

2007-09-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
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://:1527/ on port 1527 with message