Heteroclinic.net logo

www.heteroclinic.net

xhttps : A Tutorial Project/ Technical Note about Java HTTP Server I

20131130
A plain HTTP server

Example:

xhttps : A Tutorial Project/ Technical Note about Java HTTP Server II

20131130
An SSL HTTP server

Example:

xhttps : A Tutorial Project/ Technical Note about Java HTTP Server III

20131130
A hybrid HTTP(s) server

Example:

xhttps : A Tutorial Project/ Technical Note about Java HTTP Server IV

20131130
How to:

Source code:
xhttps.zip
md5sum: xhttps.zip
ab2f49e8550a609183154241c27121a2

Instructions:
- prerequisites: -jdk, Maven, optional Eclipse Java IDE
- run "mvn clean package" at the root of the un-zipped folder
- run "java -jar target/xhttps.jar" at the root of the un-zipped folder
You import the Maven project into an IDE for better review.