Re: Tomcat 5.5 problem - container not serving up web content

2005-11-18 Thread Michael Niemaz
I have the same message when I try to deploy a war file that already exists. I have to shutdown, remove the old war file and its deployed dir, copy the new war file and then re-start Linux Tomcat. This probably has nothing to do with your problem but ... we never know ;-) --mike Jorge

Tomcat 5.5 problem - container not serving up web content

2005-11-17 Thread Jorge Rodriguez
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

Re: Tomcat 5.5 problem - container not serving up web content

2005-11-17 Thread Hassan Schroeder
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

Re: Tomcat 5.5 problem - container not serving up web content

2005-11-17 Thread Rob Hills
Hi Jorge, On 17 Nov 2005 at 11:53, Hassan Schroeder wrote: 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