[펌글] ServletRequest의 getRequestDispatcher()와 ServletContext의 getRequestDispatcher()의 다른 점.
– 출처 : http://www.theserverside.com/news/thread.tss?thread_id=28471 – The servletRequest’s getRequestDispatcher() can take a relative path while ServletContext’s getRequestDispatcher() can not(can only take relative to the current context’s root). For example with ServletContext both -> request.getRequestDispatcher(“./jsp/jsppage.jsp”) – evaluated relative to the path of the request ->… Read More »