You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Flaherty, Brennen F" <fl...@upmc.edu> on 2011/06/15 14:41:57 UTC

Static content not displaying

we have an application that works as expected on tomcat version 6.0.29 on a windows server . If I try to copy the war to a machine running version 6.0.32 none of the static content will display. If I copy the war file to a different machine with version 6.0.29 installed the static content displays correctly. In both cases the non static content displays as it should

Does anyone have any ideas why?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Static content not displaying

Posted by Konstantin Kolinko <kn...@gmail.com>.
2011/6/15 Flaherty, Brennen F <fl...@upmc.edu>:
> we have an application that works as expected on tomcat version 6.0.29 on a windows server . If I try to copy the war to a machine running version 6.0.32 none of the static content will display. If I copy the war file to a different machine with version 6.0.29 installed the static content displays correctly. In both cases the non static content displays as it should
>
> Does anyone have any ideas why?
>

Verify how your DefaultServlet (or WebdavServlet) is mapped.

There was a change in 6.0.30 to address this issue:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Static content not displaying

Posted by Pid <pi...@pidster.com>.
On 15/06/2011 13:41, Flaherty, Brennen F wrote:
> we have an application that works as expected on tomcat version 6.0.29 on a windows server . If I try to copy the war to a machine running version 6.0.32 none of the static content will display. If I copy the war file to a different machine with version 6.0.29 installed the static content displays correctly. In both cases the non static content displays as it should
> 
> Does anyone have any ideas why?

In future, please start a new thread rather than editing & replying to
an existing one, which is called thread-hijacking.


p