Skip to content

teragrep/rlp_07

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example RELP Server

Build with

mvn clean package

Run with

java -jar rlp_07.jar

Listens at default port 1601 logs received content with logback. TLS mode can be enabled with "tls=true" command-line argument. Port can be changed with "port=1234" command-line argument.

Debug output

See src/main/resources for the log4j2.xml

java -Dlog4j.configurationFile=log4j2.xml -jar rlp_07.jar