Is this possible?
RequestDispatcher rd = request.getRequestDispatcher("index.html");
rd.forward(request, response);
Is this possible?
RequestDispatcher rd = request.getRequestDispatcher("index.html");
rd.forward(request, response);
 
    
     
    
    Yes it will work. You can get the request dispatcher for static/dynamic pages.
