I\'m having trouble with loading CSS and images and creating links to other pages when I have a servlet forward to a JSP. Specifically, when I set my
I faced similar issue with Spring MVC application. I used < mvc:resources > tag to resolve this issue.
< mvc:resources >
Please find the following link having more details.
http://www.mkyong.com/spring-mvc/spring-mvc-how-to-include-js-or-css-files-in-a-jsp-page/