Jorge Rodriguez wrote:

> 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

Nope, there isn't -- your app (or your install) is broken :-)

> 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.

Sounds to me like it's *not* OK, and getting rid of that should be
the first order of business. For one thing, I'd use a path without
spaces in it -- the '\Web Content\' might well be the problem...

HTH!
-- 
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to