How do i specify a redirection to another servlet, in the doPost() method of a servlet.
at the moment I\'m using
request.getRequestDispatcher(\"/WEB-
In your doPost you can always call:
return doGet(request, response);