1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libapache-mod-jk
Section: web
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Stefan Gybas <sgybas@debian.org>
Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.1.0), apache-dev (>= 1.3.29.0.1), libtool
Standards-Version: 3.6.1
Package: libapache-mod-jk
Architecture: any
Section: web
Priority: optional
Depends: ${shlibs:Depends}, apache-common (>= 1.3.29.0.1), apache | apache-perl | apache-ssl
Suggests: tomcat4
Description: Apache 1.3 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 1.3 module (mod_jk) to forward requests
from Apache to Tomcat using the AJP 1.2, 1.3 or 1.4 protocol. It can either
talk to Tomcat on the local machine or to a remote engine using TCP.
.
For more information about Tomcat please take a look at the home page at
http://jakarta.apache.org/tomcat/index.html.
|