sureshnadaraj <[email protected]> writes: > I tried with replication feature in derby 10.4.2.0 > > 1.I have freezed the DB > > 2.copied the Database to new location. > > 3.Started the slave mode by : > public String url = > "jdbc:derby:APPSYS_DATA;startSlave=true;slaveHost=localhost"; > Class.forName("org.apache.derby.jdbc.EmbeddedDriver"); > con = DriverManager.getConnection(url, "sssv", "s123456"); > > 4.And started the server by: > public String url = > "jdbc:derby:APPSYS_DATA;startMaster=true;slaveHost=localhost"; > Class.forName("org.apache.derby.jdbc.EmbeddedDriver"); > con = DriverManager.getConnection(url, "sssv", "s123456"); > But its not working properly.
Hi Suresh, The steps you described above look correct to me. Could you give some more details about how it's not working properly? -- Knut Anders
