开发者

Web server java library?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜