Source: open-xchange-ajp
Section: web
Priority: optional
Maintainer: Marc Arens <marc.arens@open-xchange.com>
Build-Depends: debhelper (>= 4.0.0), ant (>= 1.7.0), ant-optional (>= 1.7.0), sun-java6-jdk|java6-sdk, open-xchange-core (>= 7.6.1)
Standards-Version: 3.8.4
Homepage: http://www.open-xchange.com

Package: open-xchange-ajp
Architecture: all
Pre-Depends: open-xchange-core (>= 7.6.1)
Depends: ${misc:Depends}
Conflicts: open-xchange-grizzly
Provides: open-xchange-httpservice
Description: AJPv13 protocol based connector between backend and web server
 This package installs the OSGi bundle that implements an AJPv13 protocol based web server connector. The web server and the Open-Xchange
 backend are connected through this connector to provide the backend data to the web frontend or any other client through the HTTP or HTTPS
 protocol. Normally Apache is used as web server and it is possible to use mod_jk or mod_proxy_ajp to establish the connection.
 AJPv13 is optimized to use as few as possible connections to the backend by reusing AJPv13 connections for subsequent HTTP/HTTPS requests.
 This package and its bundle provide the OSGi http service internally for registering HTTP servlets and resources.
