Hello, I want to authenticate a user through a servlet, but if he is successful a new html form will be displayed. I don't want to use php or jsp only pure java servlets. How do I go about doing it. Even if I use jsp or php how to go about it. Please help me out.
If you're looking for help with a java servlet, go to a Java developers board, this is way off topic here.
But from the little I know about Java, you'll need a jsp page to connect to the servlet and act as the user interface.