diff options
author | jwise <jwise@pkgsrc.org> | 2001-03-29 19:37:42 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2001-03-29 19:37:42 +0000 |
commit | 1b34735720627603b6e0ba9c30dbcf29c105f0bb (patch) | |
tree | 8c0c4af02c1af8e3841415b766ab55a5abbcd769 /www | |
parent | cfa21cb8f8947c4b271c7f22a76c12c13e70a301 (diff) | |
download | pkgsrc-1b34735720627603b6e0ba9c30dbcf29c105f0bb.tar.gz |
Add pointer to jakarta-tomcat for new servlet developers.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-jserv/Makefile | 4 | ||||
-rw-r--r-- | www/ap-jserv/pkg/DESCR | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/ap-jserv/Makefile b/www/ap-jserv/Makefile index cd9c4f6da18..a60b570a339 100644 --- a/www/ap-jserv/Makefile +++ b/www/ap-jserv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/03/27 03:20:22 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2001/03/29 19:37:42 jwise Exp $ DISTNAME= ApacheJServ-1.1.2 PKGNAME= ap-jserv-1.1.2 @@ -7,7 +7,7 @@ MASTER_SITES= http://java.apache.org/jserv/dist/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://java.apache.org/ -COMMENT= Servlet engine for Apache Server +COMMENT= older Java Servlet engine for Apache Server DEPENDS+= apache>=1.3.9:../../www/apache # yes, this needs _exactly_ version 2.0 diff --git a/www/ap-jserv/pkg/DESCR b/www/ap-jserv/pkg/DESCR index 3c8e24291a6..ec0e2d63162 100644 --- a/www/ap-jserv/pkg/DESCR +++ b/www/ap-jserv/pkg/DESCR @@ -3,3 +3,7 @@ using the JSDK version 2.0. It can also be used with the Jakarta project's Tomcat servlet environment, which is the next generation of servlet development from Sun and Apache -- see the jakarta-tomcat package for details. + +Jakarta Tomcat, the apache project's newer Java Servlet and JSP engine +is probably a better choice for new projects. This package is provided +for support of existing JServ users. |