getNamedDispatcher(String name)
<% RequestDispatcher rd=application.getNamedDispatcher("test2"); rd.forward(request,response); %>