Reputation: 1560
I m looking for a simple java library which would let me make a java web server and share some files. Is there any libraries which would let me achieve this?
Upvotes: 0
Views: 471
Reputation: 75376
There is a host of different web servers which all can do what you want (provided it just is allowing users to download files).
A good, small library with a simple-to-get-started method, is the Acme Laboratory Java pages.
http://acme.com/java/software/Acme.Serve.Serve.html
serves the current directory without any fuzz.
Upvotes: 1