You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Clement Low <tr...@gmail.com> on 2008/09/21 16:11:22 UTC

Adding custom http headers to pages that my Tomcat serve

Hi all,


I would like to set a custom header to all of the pages that my Tomcat serve
:


*<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />*


What this does is basically telling IE 8 to display the particular page as
if it were in IE 7.

I do not want to add this header to every page that I have. What can I do to
tell Tomcat to achieve this?


Thank you.