AFRINIC / WHOIS-Variants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Java 100.0%