-
The executable chatServer.jar is provided.
-
A chat server can be executed as follows:
java -jar chatServer.jar -l <path-to-server_conf.tab> -n <server-id>
<path-to-server_conf.tab>
indicates the path to the server_conf.tab file. This path goes aspath-to-the-source-code/src/main/java/org/example/config/server_conf.tab
eg: if the source code is at C:/Distributed-chat-system
, then the path to be included is C:/Distributed-chat-system/src/main/java/org/example/config/server_conf.tab
<server-id>
indicates the id of the server to be started. This server id should be one that is included in the server_conf.tab file.