Tomcat Listener : Jsp Compile Listener

Listener web to compile the JSP for startup (all versions before tomcat 8)

License

License

Categories

Categories

Tomcat Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

com.github.marcosemiao.tomcat.listener
ArtifactId

ArtifactId

jsp-compile-listener
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Tomcat Listener : Jsp Compile Listener
Listener web to compile the JSP for startup (all versions before tomcat 8)
Project URL

Project URL

https://github.com/marcosemiao/jsp-compile-listener

Download jsp-compile-listener

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.marcosemiao.tomcat.listener/jsp-compile-listener/ -->
<dependency>
    <groupId>com.github.marcosemiao.tomcat.listener</groupId>
    <artifactId>jsp-compile-listener</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcosemiao.tomcat.listener/jsp-compile-listener/
implementation 'com.github.marcosemiao.tomcat.listener:jsp-compile-listener:1.0.1'
// https://jarcasting.com/artifacts/com.github.marcosemiao.tomcat.listener/jsp-compile-listener/
implementation ("com.github.marcosemiao.tomcat.listener:jsp-compile-listener:1.0.1")
'com.github.marcosemiao.tomcat.listener:jsp-compile-listener:jar:1.0.1'
<dependency org="com.github.marcosemiao.tomcat.listener" name="jsp-compile-listener" rev="1.0.1">
  <artifact name="jsp-compile-listener" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcosemiao.tomcat.listener', module='jsp-compile-listener', version='1.0.1')
)
libraryDependencies += "com.github.marcosemiao.tomcat.listener" % "jsp-compile-listener" % "1.0.1"
[com.github.marcosemiao.tomcat.listener/jsp-compile-listener "1.0.1"]

Dependencies

provided (2)

Group / Artifact Type Version
org.apache.tomcat : tomcat-servlet-api jar [7.0.0,8.5.9]
org.apache.tomcat : tomcat-catalina jar [7.0.0,8.5.9]

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0