diff options
author | jwise <jwise@pkgsrc.org> | 2001-03-28 03:59:39 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2001-03-28 03:59:39 +0000 |
commit | 09a80bb085204502104ff1d8df4046bab86b308d (patch) | |
tree | e6dbae3e90d6ecfd4542ff76af66ebe73dc25fc0 /www/cocoon | |
parent | 2180c2b6ec17c0929c2177769542c9dfdec88efe (diff) | |
download | pkgsrc-09a80bb085204502104ff1d8df4046bab86b308d.tar.gz |
Tell the user where to install jakarta-tomcat if they want it.
Retain note pointing to information on using other servlet containers.
Diffstat (limited to 'www/cocoon')
-rw-r--r-- | www/cocoon/pkg/MESSAGE | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/www/cocoon/pkg/MESSAGE b/www/cocoon/pkg/MESSAGE index c29000b2345..22f91c0fefc 100644 --- a/www/cocoon/pkg/MESSAGE +++ b/www/cocoon/pkg/MESSAGE @@ -1,8 +1,10 @@ ================================================================ -$NetBSD: MESSAGE,v 1.3 2001/03/14 02:05:21 jwise Exp $ +$NetBSD: MESSAGE,v 1.4 2001/03/28 03:59:39 jwise Exp $ - Cocoon is now installed. To see cocoon in action, make sure - that + Cocoon is now installed. + + To see cocoon in action, install the jakarta-tomcat package, + make sure that ${PREFIX}/lib/java/cocoon.jar, ${PREFIX}/lib/java/fop.jar, @@ -12,13 +14,14 @@ $NetBSD: MESSAGE,v 1.3 2001/03/14 02:05:21 jwise Exp $ ${PREFIX}/lib/java/sax-bugfix.jar, ${PREFIX}/jakarta/tomcat/lib/servlet.jar - are in your CLASSPATH and add + are in your CLASSPATH, and add ${PREFIX}/share/examples/java/cocoon - as a servlet context under Jakarta Tomcat. For more - information, or for instructions on using cocoon with - other servlet environments, see + as a servlet context in ${PREFIX}/tomcat/conf/server.xml. + + For more information, or for instructions on using cocoon + with other servlet environments, see ${PREFIX}/share/doc/java/cocoon/install.html |