Java dev
Java dev

Reputation: 535

tomcat.util.scan.DefaultJarScanner.jarsToSkip property not working

We have been using tomcat property tomcat.util.scan.DefaultJarScanner.jarsToSkip. It works all fine with java8 but fails to work with java11.

Using embedded tomcat. Tomcat version - 7.0.91

Any suggestions?

Upvotes: 0

Views: 209

Answers (1)

camtastic
camtastic

Reputation: 998

Old versions of tomcat generally do not work great with the latest and greatest java versions. Have you tried upgrading to tomcat 8 or 9? Tomcat 8 was declared stable in 2014 and 9 in 2018.

Upvotes: 0

Related Questions