Getting the ServletContext from a HttpServletRequest object
843841Jun 18 2003 — edited Jun 18 2003I was looking at some examples using the Request Dispatcher to include JSP pages in servlets and I noticed in the code that I looked at, the example was using the ServletContext to get the Request Dispatcher. in my doGet() method does anyone know how to get the ServletContext off of the request or response objects?