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
|
Source: libapache-mod-jk
Section: httpd
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: apache2-threaded-dev,
autotools-dev,
debhelper (>= 8.1.3~),
libtool
Build-Depends-Indep: lynx, xsltproc
Standards-Version: 3.9.3
Homepage: http://tomcat.apache.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libapache-mod-jk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libapache-mod-jk/
Package: libapache2-mod-jk
Architecture: any
Depends: apache2.2-common, ${misc:Depends}, ${shlibs:Depends}
Suggests: libapache-mod-jk-doc, tomcat6
Conflicts: libapache2-mod-jk2
Replaces: libapache2-mod-jk2
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
Conflicts: libapache-mod-jk (<= 1.2.5-2)
Replaces: libapache-mod-jk (<= 1.2.5-2)
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/.
|