Skip to content

eemhu/java-relp-server-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example RELP Server

Build with

mvn clean package

Run with

java -jar java-relp-server-demo-jar-with-dependencies.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 java-relp-server-demo-jar-with-dependencies.jar

About

Java RELP Server demo application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%