Forward vs Redirect
I was using forward in a servlet to forward a request to a JSP and that didn’t display some of the images in a JSP. So, I found this page that shows how to use redirect. I find this a good page that explains the difference between the two approaches.
Read more "Forward vs Redirect"