Create a simple HTTP server with Java?

Posted by Stefan Kendall on Stack Overflow See other posts from Stack Overflow or by Stefan Kendall
Published on 2010-04-26T22:14:06Z Indexed on 2010/04/26 22:23 UTC
Read the original article Hit count: 241

Filed under:
|
|
|
|

What's the easiest way to create a simple HTTP server with Java? Are there any libraries in commons to facilitate this? I only need to respond to GET/POST, and I can't use an application server.

What's the easiest way to accomplish this?

© Stack Overflow or respective owner

Related posts about java

Related posts about http