I have host a war file on Tomcat which created with WebLogic and ADF. I had to make little changes and now it working fine on Tomcat in all browsers except IE11.
When I run web-app with enabled IE compatibility mode, it is working fine with pop up window saying "Unsupported Browser" every time I navigate to another page. When I run web-app with disabled IE compatibility mode, it only load the home page, and I cannot navigate through pages.
I had the same issue for WebLogic and after installing Opatch 18277370 it was fixed. I need to know how to make changes to Tomcat server to make it sends IE compatible web pages.
Great if anyone can help.