Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@chenrui333
Last active February 18, 2017 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chenrui333/8c7c727f3b6af748544892be6e1cc955 to your computer and use it in GitHub Desktop.
Save chenrui333/8c7c727f3b6af748544892be6e1cc955 to your computer and use it in GitHub Desktop.
Spring Tomcat Instrument

Source Code shows that it is only used for Tomcat 6. This is tied with Spring LTW (LoadTimeWeaving) functionality.

From Spring Documentation, it is not needed for Tomcat 8.0 and higher.

Do not define TomcatInstrumentableClassLoader anymore on Tomcat 8.0 and higher. Instead, let Spring automatically use Tomcat’s new native InstrumentableClassLoader facility through the TomcatLoadTimeWeaver strategy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment