| 1 |
Source: tomcat4
|
| 2 |
Section: contrib/web
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Stefan Gybas <sgybas@debian.org>
|
| 5 |
Uploaders: Takashi Okamoto <tora@debian.org>, Ola Lundqvist <opal@debian.org>
|
| 6 |
Build-Depends: debhelper (>= 4.1.0), apache2-dev (>= 2.0.43-1), autoconf (>= 2.53-5)
|
| 7 |
Build-Conflicts: autoconf2.13
|
| 8 |
Build-Depends-Indep: debhelper (>= 4.1.0), ant (>= 1.5-1), j2sdk (>= 1.4.0-1), libservlet2.3-java, libregexp-java, libcommons-beanutils-java, libcommons-collections-java, libcommons-digester-java, libcommons-logging-java, libcommons-modeler-java, libmx4j-java
|
| 9 |
Standards-Version: 3.5.8
|
| 10 |
|
| 11 |
Package: tomcat4
|
| 12 |
Architecture: all
|
| 13 |
Section: contrib/web
|
| 14 |
Priority: optional
|
| 15 |
Depends: java-virtual-machine, java2-compiler, libtomcat4-java (>= 4.1.9-1), ant, logrotate, adduser (>= 3.34), ${misc:Depends}
|
| 16 |
Suggests: libapache2-mod-webapp | libapache-mod-jk, tomcat4-webapps, tomcat4-admin
|
| 17 |
Description: Java Servlet 2.3 engine with JSP 1.2 support
|
| 18 |
Apache Tomcat 4.1 is the reference implementation for the Java Servlet 2.3
|
| 19 |
and JavaServer Pages (JSP) 1.2 specification from the Apache Jakarta project.
|
| 20 |
.
|
| 21 |
This package just contains the startup scripts for Tomcat 4. No documenation
|
| 22 |
or web applications (webapps) are included here, please install the
|
| 23 |
tomcat4-webapps package if you want them.
|
| 24 |
.
|
| 25 |
For more information about Tomcat please take a look at the Tomcat
|
| 26 |
home page at http://jakarta.apache.org/tomcat/index.html.
|
| 27 |
.
|
| 28 |
The official Servlet 2.3 and JSP 1.2 specifications can be found at
|
| 29 |
http://java.sun.com/products/servlet/ and http://java.sun.com/products/jsp/
|
| 30 |
|
| 31 |
Package: libtomcat4-java
|
| 32 |
Architecture: all
|
| 33 |
Section: contrib/web
|
| 34 |
Priority: optional
|
| 35 |
Depends: java2-runtime, libxerces2-java, libservlet2.3-java, libregexp-java, libcommons-beanutils-java, libcommons-collections-java, libcommons-digester-java, libcommons-logging-java, libcommons-modeler-java, libmx4j-java
|
| 36 |
Suggests: tomcat4
|
| 37 |
Conflicts: tomcat4 (<< 4.1.9-1)
|
| 38 |
Description: Java Servlet engine -- core libraries
|
| 39 |
Apache Tomcat 4.1 is the reference implementation for the Java Servlet 2.3
|
| 40 |
and JavaServer Pages (JSP) 1.2 specification from the Apache Jakarta project.
|
| 41 |
.
|
| 42 |
This package contains the Tomcat core classes which can be used by other
|
| 43 |
Java applications to embed Tomcat.
|
| 44 |
.
|
| 45 |
For more information about Tomcat please take a look at the Tomcat
|
| 46 |
home page at http://jakarta.apache.org/tomcat/index.html.
|
| 47 |
.
|
| 48 |
The official Servlet 2.3 and JSP 1.2 specifications can be found at
|
| 49 |
http://java.sun.com/products/servlet/ and http://java.sun.com/products/jsp/
|
| 50 |
|
| 51 |
Package: tomcat4-webapps
|
| 52 |
Architecture: all
|
| 53 |
Section: contrib/web
|
| 54 |
Priority: optional
|
| 55 |
Depends: tomcat4 (>= 4.1.9-1)
|
| 56 |
Description: Java Servlet engine -- documentation and example web applications
|
| 57 |
Apache Tomcat 4.1 is the reference implementation for the Java Servlet 2.3
|
| 58 |
and JavaServer Pages (JSP) 1.2 specification from the Apache Jakarta project.
|
| 59 |
.
|
| 60 |
This package contains the HTML documentation and some web applications
|
| 61 |
(webapps) that were bundled with Tomcat 4.1:
|
| 62 |
* examples: Example servlets and JSP pages with source code
|
| 63 |
* tomcat-docs: HTML documentation for Tomcat
|
| 64 |
* webdav: WebDAV access to local files (e.g. using cadaver)
|
| 65 |
.
|
| 66 |
For more information about Tomcat please take a look at the Tomcat
|
| 67 |
home page at http://jakarta.apache.org/tomcat/index.html.
|
| 68 |
.
|
| 69 |
The official Servlet 2.3 and JSP 1.2 specifications can be found at
|
| 70 |
http://java.sun.com/products/servlet/ and http://java.sun.com/products/jsp/
|
| 71 |
|
| 72 |
Package: tomcat4-admin
|
| 73 |
Architecture: all
|
| 74 |
Section: contrib/web
|
| 75 |
Priority: optional
|
| 76 |
Depends: tomcat4 (>= 4.1.9-1)
|
| 77 |
Conflicts: tomcat4-webapps (<< 4.1.9-1)
|
| 78 |
Description: Java Servlet engine -- admin web interface
|
| 79 |
Apache Tomcat 4.1 is the reference implementation for the Java Servlet 2.3
|
| 80 |
and JavaServer Pages (JSP) 1.2 specification from the Apache Jakarta project.
|
| 81 |
.
|
| 82 |
This package contains the administrative web interface as admin and
|
| 83 |
manager web applications (webapps).
|
| 84 |
.
|
| 85 |
For more information about Tomcat please take a look at the Tomcat
|
| 86 |
home page at http://jakarta.apache.org/tomcat/index.html.
|
| 87 |
.
|
| 88 |
The official Servlet 2.3 and JSP 1.2 specifications can be found at
|
| 89 |
http://java.sun.com/products/servlet/ and http://java.sun.com/products/jsp/
|
| 90 |
|
| 91 |
Package: libapache2-mod-webapp
|
| 92 |
Architecture: any
|
| 93 |
Section: contrib/web
|
| 94 |
Priority: optional
|
| 95 |
Depends: ${shlibs:Depends}, apache2-common (>= 2.0.43-1), apache2-common (<< 2.0.44)
|
| 96 |
Suggests: tomcat4
|
| 97 |
Description: Apache 2.0 connector for the Tomcat servlet engine
|
| 98 |
Apache Tomcat 4.1 is the reference implementation for the Java Servlet 2.3
|
| 99 |
and JavaServer Pages (JSP) 1.2 specification from the Apache Jakarta project.
|
| 100 |
.
|
| 101 |
This package contains an Apache 2.0 module (mod_webapp) to forward
|
| 102 |
requests from Apache to Tomcat using the WARP protocol.
|
| 103 |
.
|
| 104 |
For more information about Tomcat please take a look at the Tomcat
|
| 105 |
home page at http://jakarta.apache.org/tomcat/index.html.
|