Null JarScanner

Disable all JAR scanning by Tomcat.

Лицензия

Лицензия

MIT
Группа

Группа

com.github.marschall
Идентификатор

Идентификатор

null-jarscanner
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Null JarScanner
Disable all JAR scanning by Tomcat.
Ссылка на сайт

Ссылка на сайт

https://github.com/marschall/null-jarscanner
Система контроля версий

Система контроля версий

https://github.com/marschall/null-jarscanner

Скачать null-jarscanner

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.marschall/null-jarscanner/ -->
<dependency>
    <groupId>com.github.marschall</groupId>
    <artifactId>null-jarscanner</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/null-jarscanner/
implementation 'com.github.marschall:null-jarscanner:1.0.0'
// https://jarcasting.com/artifacts/com.github.marschall/null-jarscanner/
implementation ("com.github.marschall:null-jarscanner:1.0.0")
'com.github.marschall:null-jarscanner:jar:1.0.0'
<dependency org="com.github.marschall" name="null-jarscanner" rev="1.0.0">
  <artifact name="null-jarscanner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='null-jarscanner', version='1.0.0')
)
libraryDependencies += "com.github.marschall" % "null-jarscanner" % "1.0.0"
[com.github.marschall/null-jarscanner "1.0.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.tomcat : tomcat-api jar 8.0.15

Модули Проекта

Данный проект не имеет модулей.

NULL JarScanner Build Status Maven Central Javadocs

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

<dependency>
    <groupId>com.github.marschall</groupId>
    <artifactId>null-jarscanner</artifactId>
    <version>1.0.0</version>
</dependency>

Copy the JAR to $CATALINA_BASE/lib the JAR must not be in your web application.

Use the following META-INF/context.xml

<Context>

  <JarScanner className="com.github.marschall.nulljarscanner.NullJarScanner" />

</Context>

Documentation

See the official Jar Scanner documentation.

Версии библиотеки

Версия
1.0.0