Clement Low wrote:
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?
The better way is to implement a servlet filter and declare it in application's web.xml descriptor.

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to