You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2008/04/21 14:29:25 UTC

[Db-derby Wiki] Update of "ReplicationWriteup" by narayanan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The following page has been changed by narayanan:
http://wiki.apache.org/db-derby/ReplicationWriteup

------------------------------------------------------------------------------
  
  Start the slave.
  
- connect 'jdbc:derby://localhost:1528/replicationdb;startSlave=true;slavehost=localhost;slaveport=8001';
+ connect 'jdbc:derby://localhost:1528/replicationdb;startSlave=true;slaveHost=localhost;slavePort=8001';
  
  The connection attempt will hang until a successful connection from the master has been received.