Skip to content
This repository was archived by the owner on Mar 6, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 477 Bytes

File metadata and controls

30 lines (19 loc) · 477 Bytes

java-socket-chat

Chat on Java using Sockets

Start

Start derby db server and create schema

Run createdb script on host with derby db instance

./createdb.sh

Start client chat instance

Define DBHost param in data.xml (if db instance is on remote host)

Data.xml params

  • Host - client host
  • Port - client listening port
  • DBHost - derby db host
  • DBPort - derby db listening port

Run start script on client host

./start-client.sh