Chapter 5. Starting Up
5.1. Login Screen
After you have successfully installed dbreplicator execute the startup file. On Windows, this will be the appropriate batch file, either "PubServer.bat" or "SubServer.bat", and on Linux,
$> dbreplicator [ pubconsole | subconsole ]
You should see the following login screen, or one very much like it.

- Driver
The classpath of the database driver. This is specific to the driver. See appendix for listing of drivers and their classpaths.
- URL
The database connection URL. It too is specific to the jdbc you are using. Refer to the above referenced appendix for more information.
- Username
The user we should use to connect to the database. It should be a user with create table privileges, but prefereably not the administrative user
- Password
The password for this database user
- IP Address
The IP Address or hostname of the local machine on which to listen for connections.
- Server Port Number
The port number on which to listen for connections to the local machine.
After filling in the above appropriately, click the Start Server button below

