I need a simple HTTP server application that meets the following criteria:
Any recommendations? I will also need a guide/tutorial explanation for setting them up, especially if they are Java-based as I have very little background in Java (and honestly not that much background in Ant, either).
Thanks!
I would recomment onehttpd - https://code.google.com/p/onehttpd/
It's one 62.5K executable. You can run it as easy as onehttpd.exe -p 80 c:\var\www
.
Here are some lightweight web servers that appear to work on Windows and have minimal dependencies:
Resin: http://www.caucho.com/resin-web-server/ <-- Requires java
Hiawatha: http://www.hiawatha-webserver.org/
Cherokee: http://www.cherokee-project.com/doc/
If you need a very light HTTP server, you can use NanoHTTPD. It is distributed as a tiny Jar (an unique class if I recall well).
Also, it is very easy to modify according to your needs (and BSD licensed).
http://elonen.iki.fi/code/nanohttpd/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With