is not current version
Last Version 16.3.0

com.opentext.otag.tomcat:otag-tomcat-listener 16

Tomcat 8 is the current container of choice for the AppWorks Gateway and this module contains any code relevant to its lifecycle, including our crucial TomcatLifecycleListener. The Jar file this module produces must be placed within the central /lib directory of the container to be effective.

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

com.opentext.otag.tomcat
ArtifactId

ArtifactId

otag-tomcat-listener
Version

Version

16
Type

Type

jar

Download otag-tomcat-listener 16


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