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.