¡@

Home 

java Programming Glossary: homeservlet

Browser can't access/find relative resources like CSS, images and links when calling a Servlet which forwards to a JSP

http://stackoverflow.com/questions/3655316/browser-cant-access-find-relative-resources-like-css-images-and-links-when-cal

are being displayed. However if I set my welcome file to HomeServlet which forwards control to index.jsp the CSS is not being applied.. is the file that contains the link tag for the CSS. The HomeServlet is set as my welcome file in web.xml welcome file list welcome.. my welcome file in web.xml welcome file list welcome file HomeServlet welcome file welcome file list The servlet is declared and mapped..