1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: libapache-mod-jk
Section: httpd
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
ant,
apache2-dev,
debhelper-compat (= 13),
default-jdk,
libtool
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/libapache-mod-jk.git
Vcs-Browser: https://salsa.debian.org/java-team/libapache-mod-jk
Homepage: https://tomcat.apache.org
Package: libapache2-mod-jk
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Suggests:
libapache-mod-jk-doc,
tomcat10
Description: Apache 2 connector for the Tomcat Java servlet engine
Apache Tomcat is the reference implementation for the Java Servlet and
JavaServer Pages (JSP) specification from the Apache Jakarta project.
.
This package contains an Apache 2 module (mod_jk) to forward requests
from Apache to Tomcat using the AJP 1.3 or 1.4 protocol. It can either
talk to Tomcat on the local machine or to a remote engine using TCP.
Package: libapache-mod-jk-doc
Architecture: all
Section: doc
Depends:
${misc:Depends}
Suggests:
libapache2-mod-jk
Description: Documentation of libapache2-mod-jk package
Documentation and examples of the Apache jk connector for the Tomcat
Java servlet engine.
.
For uptodate documentation about Tomcat connectors please take a look
at the home page at http://tomcat.apache.org/connectors-doc/.
|