Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 657 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 657 Bytes

Simple embedded HTTP server example for Java with Undertow

This example repository goes with the article at:

https://www.tutorialworks.com/java-simple-http-server-undertow/

To run this demo:

mvn clean package

java -jar target/java-http-server-undertow-1.0-SNAPSHOT-jar-with-dependencies.jar

To test it, go to http://localhost:8080/ in your browser.

To stop the server, press Ctrl-C.

Technologies used

License

This project is licensed under the MIT License - see the LICENSE file for details.