An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

NULL JarScanner [![Build Status](https://travis-ci.org/marschall/null-jarscanner.svg?branch=master)](https://travis-ci.org/marschall/null-jarscanner) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/null-jarscanner/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/null-jarscanner) [![Javadocs](https://www.javadoc.io/badge/com.github.marschall/null-jarscanner.svg)](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.