I have a HTML page which takes a username and password from the user and sent it to servlet. If both of them are correct, then servlet dispatches to JSP page.
RequestDispatcher rD = request.getRequestDispatcher("dynamic/faculty/updatefaculty.jsp");
rD.forward(request, response);
I check all pages separately and all of them work correct. CSS file load in jsp, but when I use dispatch, the CSS file does not load in JSP.
And of course I receive following from BrowserLog in NetBeans
Failed to load resource: the server responded with a status of 404 (Not Found) (04:11:01:478 | error, network)
at http://localhost:8080/css/forms.css