For college I have to write a web server using Sockets. I've been having difficulties trying to find information on how to handle HTTP POST requests. For example, handling a post request from a html form with a username and a password.
What I'm looking for is someone who could point me into the right direction, how to start coding this.
I've looked at http://download.oracle.com/javase/tutorial/networking/sockets/ but I need something more detailed.