tomcat-native 1.1.20-3 source package in Ubuntu

Changelog

tomcat-native (1.1.20-3) unstable; urgency=low

  * Switch to 3.0 quilt source format.
  * d/patches/drop_sslv2_support.diff: Drop support for SSLv2
    (Closes: #622141).
  * d/copyright: Update to DEP-5 format.
 -- James Page <email address hidden>   Wed,  27 Jul 2011 14:26:47 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Oneiric
Original maintainer:
Debian Java Maintainers
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tomcat-native_1.1.20.orig.tar.gz 235.6 KiB 847ea04b5e66f56c8db94c8675f6e9e70b8d04f8aa2dc646a4050f8cf4d0d47e
tomcat-native_1.1.20-3.debian.tar.gz 4.6 KiB 000e455ddd58ad4fae3ab3c297f0639c4f17ff05c2ba056ff7473873995146e8
tomcat-native_1.1.20-3.dsc 2.0 KiB 9c2a59a68f60b9e84cb2bd49f2e21c710f1a9cc9fbf37fee3e73df894cdd23a1

Available diffs

View changes file

Binary packages built by this source

libtcnative-1: Tomcat native library using the apache portable runtime

 Tomcat can use the Apache Portable Runtime to provide superior scalability,
 performance, and better integration with native server technologies.
 The Apache Portable Runtime is a highly portable library that is at the
 heart of Apache HTTP Server 2.x. APR has many uses, including access to
 advanced IO functionality (such as sendfile, epoll and OpenSSL), OS level
 functionality (random number generation, system status, etc), and native
 process handling (shared memory, NT pipes and Unix sockets).
 .
 These features allows making Tomcat a general purpose webserver, will
 enable much better integration with other native web technologies, and
 overall make Java much more viable as a full fledged webserver platform
 rather than simply a backend focused technology.