diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-06-12 14:06:21 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-06-12 14:06:21 +0000 |
commit | e6a61240725f9d95ef0cdfef4d6e45ffc7fa547d (patch) | |
tree | fa1ad47a183b7940980c24408ccfa8385f980339 /www/mod_webapp/pkg-descr | |
parent | 29cfd00f7abae899d3e96f8adf6da8ca277602f9 (diff) | |
download | FreeBSD-ports-e6a61240725f9d95ef0cdfef4d6e45ffc7fa547d.zip FreeBSD-ports-e6a61240725f9d95ef0cdfef4d6e45ffc7fa547d.tar.gz |
Import mod_webapp, an Apache module that allows Tomcat applications to be
mounted into an Apache server. Tomcat is a Java servlet and JSP engine.
Apache is the popular webserver.
This port is for Apache 1.3.x.
PR: ports/53146
Submitted by: Andre Sachs <asachs@uunet.co.za>
Diffstat (limited to 'www/mod_webapp/pkg-descr')
-rw-r--r-- | www/mod_webapp/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_webapp/pkg-descr b/www/mod_webapp/pkg-descr new file mode 100644 index 0000000..f91dde0 --- /dev/null +++ b/www/mod_webapp/pkg-descr @@ -0,0 +1,5 @@ +Mod_webapp is an Apache module that allows Tomcat applications to be +mounted into an Apache server. Tomcat is a Java servlet and JSP engine. +Apache is the popular webserver. + +WWW: http://jakarta.apache.org/tomcat/ |