Mobile app version of vmapp.org
Login or Join
Vandalay111

: Host Tomcat web-app to work in IE11 with disabled compatibility mode I have host a war file on Tomcat which created with WebLogic and ADF. I had to make little changes and now it working

@Vandalay111

Posted in: #Compatibility #InternetExplorer6 #Tomcat #Weblogic

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.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Vandalay111

1 Comments

Sorted by latest first Latest Oldest Best

 

@Dunderdale272

First Install Opatch for JDeveloper
Then,


Open Project in jDeveloper.
ViewController -> Properties -> Libraries and Dependencies
View each Entry and copy jar files from mentioned paths.
Add all the jars to your WEB-INF/lib of your war file.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme