css « Browser « JSP-Servlet Q&A





1. Browser can't access CSS and images when calling a Servlet which forwards to a JSP    stackoverflow.com

I'm having trouble with loading CSS and images when I have a servlet forward to a JSP. Specifically, when I set my <welcome-file> to index.jsp, the CSS is being loaded and ...