开发者

Web server java library?

开发者 https://www.devze.com 2023-03-29 19:42 出处:网络
I m looking for a simple java 开发者_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? Use jetty - the lightweight

I m looking for a simple java 开发者_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?


Use jetty - the lightweight web server and servlet container.


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.


You can directly use an Apache WebServer setup for this.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号