Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am working on a java based application running on Apache Tomcat 7.0 application server.

This application doesnt work in IE11. I am able to login with Enterprise mode setting but it does not function properly.

After adding/setting the domain in the compatilbilty view settings in Tools, the application functions correctly.

But as per the clients policy we are not suppose to use this compatilbilty view settings.

We have meta tag added in the login.jsp eg: "X-UA-Compatible “IE=EmulateIE7”" even this doesnt help.

we have another option of adding a 'response-header-filter' in web.xml connected with a change to a servlet.

my application is vendor based application so I cannot go with any code change, I can only change things in configuration.


I wanted to check whether we have any other option like doing a configuration change with which this issue can be resolved.

Thanks
Neena
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900