I was trying to
test the example of this tutorial:
WTP Tutorials - Building a School Schedule Web Application.
This exception has been throwed when trying to execute the forward below.
java.lang.IllegalStateException: Cannot forward after response has been committed
getServletContext().getRequestDispatcher("/Schedule.jsp").forward(request, response);