https://github.com/marschall/null-jarscanner
Disables all ClassPath scanning by Tomcat
https://github.com/marschall/null-jarscanner
Last synced: 3 months ago
JSON representation
Disables all ClassPath scanning by Tomcat
- Host: GitHub
- URL: https://github.com/marschall/null-jarscanner
- Owner: marschall
- Created: 2014-11-26T09:53:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T17:43:16.000Z (about 4 years ago)
- Last Synced: 2025-01-16T02:44:57.570Z (4 months ago)
- Language: Java
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NULL JarScanner [](https://travis-ci.org/marschall/null-jarscanner) [](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/null-jarscanner) [](https://www.javadoc.io/doc/com.github.marschall/null-jarscanner)
===============Disables all class path scanning by Tomcat. This improves Tomcat startup time but makes it no longer Servlet API Spec compliant since TLDs and `@HandlesTypes` are no longer picked up.
Usage
-----```xml
com.github.marschall
null-jarscanner
1.0.0```
Copy the JAR to `$CATALINA_BASE/lib` the JAR *must not* be in your web application.
Use the following `META-INF/context.xml`
```xml
```
Documentation
-------------
See the official [Jar Scanner](https://tomcat.apache.org/tomcat-9.0-doc/config/jar-scanner.html) documentation.