Skip to content
This repository has been archived by the owner on Feb 3, 2018. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 1021 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 1021 Bytes

WARNING

Note that this project is discontinued and proposed as archive only. No fix will be added to it.

WHOIS Core

Configure

The first thing to do is to review ALL the configuration files in folder:

whois-default/src/main/resources

Test

Run the tests via the following command from the project root folder:

mvn test -DfailIfNoTests=false -Dtest=AllTestSuite

Package

Package the application via the following command from the project root folder:

mvn clean install

The executable jar file produced is:

whois-default/target/whois-default-<version>.jar

Run

You may run the executable jar from the whois-default module root via the following command:

java -jar target/whois-default-<version>.jar

Or run the application's main class via the following command from the whois-default module root folder:

mvn exec:java -Dexec.mainClass=whois.core.socket.SocketServer

Terminate

Press Ctrl-C to terminate.