What is the standard way of doing form authentication with Java Servlets?
Since now I have implemented that myself using a simple POST HTML form:
Try using servlet filters, no need to configure JAAS and other staff