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

AFRINIC/WHOIS-Variants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages