I believe this to be a config issue, but have had no success resolving it for the past two days, so any help would be greatly appreciated.
When I access a JSP page directly on my localhost, it loads properly with images and the stylesheet. However, when I access the JSP (or any other JSP for that matter) using a filter, servlet or the struts action forward, the JSP content loads up, but anything else (images, linked CSS files) do not get served up. I've tried every single variation of the <img> and <link> tags (relative, hardcoded, with a /) but that didn't work. My guess is that there is some additional configuration that I haven't completed, yet I don't see if anywhere in the docs. I tried adding MIME mapping info to my web.xml, but that didn't help either. The only possible relevant info that shows up related to errors/warnings is the following log: "Nov 17, 2005 1:50:23 PM org.apache.catalina.startup.ContextConfig applicationWebConfig INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[]" My web.xml is located in \Web Content\WEB-INF\web.xml, which sounds like it should be ok. Using Tomcat 5.5 on jdk1.5.0_05 and developing on Eclipse 3.1 with the Web tools project 0.7 and no other plugins. Please help me out if you know what's up. TIA! JR