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 47
|
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:
apache2-dev,
debhelper (>= 11),
libtool
Build-Depends-Indep:
lynx,
xsltproc
Standards-Version: 4.2.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libapache-mod-jk.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libapache-mod-jk.git
Homepage: http://tomcat.apache.org
Package: libapache2-mod-jk
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Suggests:
libapache-mod-jk-doc,
tomcat8 | tomcat9
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/.
|