转发根路径应用有两个地方:
1 在urlpatterns中,是转发,所有在web.xml中的是转发
2 在转发中,即RequestDispatcher getRequestDispatcher(String path).forward(req,resp);
其余的都是转发根路径的应用