Li Cheng liche@adobe.com
A simple multi-threaded web server implemented in Java. Methods Supported: GET, HEAD. HTTPdLight does not support keep-alive or chunked transfer encoding.
The project is delivered as a Maven project. To build and execute you will need:
- JDK 1.5 or higher
- Maven
Building an Executable Jar:
mvn package
The excutable jar can be found at: ./target/httpdlight-1.0-SNAPSHOT.jar
Example Usage - Running as an executable jar:
java -jar multithreadedserver-0.0.1-SNAPSHOT.jar 8080