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
GET/POST
If you are using the Sun JDK you can use this built in library Look at this site on how to use.
If n ot there are several Open Source HTTP Servers here which you can embed into your software.