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: jserv
Section: contrib/web
Priority: optional
Maintainer: Stefan Gybas <sgybas@debian.org>
Build-Depends: debhelper (>= 2.1.28), apache-dev (>= 1.3.12-2.2), apache-dev (<< 1.4), jdk1.1-dev
Standards-Version: 3.2.1
Package: jserv
Architecture: any
Depends: ${shlibs:Depends}, java-virtual-machine, dpkg (>= 1.4.1.17), makedev (>= 2.3.1-13), logrotate
Suggests: apache | apache-ssl
Conflicts: libapache-mod-jserv, apache (<< 1.3.9-12), apache-ssl (<< 1.3.9.12+1.37-1), apache (>= 1.4), apache-ssl (>= 1.4)
Replaces: libapache-mod-jserv
Description: Java Servlet 2.0 engine with an optional Apache module
Apache JServ is a 100% pure Java servlet engine fully compliant
with the JavaSoft Java Servlet APIs 2.0 specification. It works on
any 1.1-compliant JVM, and contains a dynamically-loadable module
(mod_jserv) to activate support in Apache 1.3.
.
Servlet 2.0 classes (servlet-2.0.jar) are included from a free (LGPL)
implementation found at http://www.euronet.nl/~pauls/java/servlet/.
.
For more information, see the servlet engine project homepage at
http://java.apache.org/.
|