summaryrefslogtreecommitdiff
path: root/www/cocoon/pkg-message
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-08-31 10:48:05 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-08-31 10:48:05 +0000
commit9e0088c5143e198ed933eb32bfb671104d19e56f (patch)
tree1a6446a3cae733b8c90f463057d820b3aff227d6 /www/cocoon/pkg-message
parentAdd some more help to solve potential installation problems. (diff)
Upgrade to 1.7.4.
Submitted by: Leo Kim <leo@florida.sarang.net> (20431), shige PR: ports/20431
Notes
Notes: svn path=/head/; revision=32145
Diffstat (limited to '')
-rw-r--r--www/cocoon/pkg-message22
1 files changed, 19 insertions, 3 deletions
diff --git a/www/cocoon/pkg-message b/www/cocoon/pkg-message
index e5c697700d6c..18fc522d86a0 100644
--- a/www/cocoon/pkg-message
+++ b/www/cocoon/pkg-message
@@ -1,5 +1,21 @@
To activate Cocoon:
-o Copy ${PREFIX}/etc/apache/cocoon.properties.default to cocoon.properties.
-o Uncomment lines near "Uncomment if you use Cocoon." in jserv.conf,
- jserv.properties and zone.properties.
+(1) Add following line into jserv.conf.
+
+ "ApJServAction .xml /servlets/org.apache.cocoon.Cocoon"
+
+(2) Add following lines into jserv.properties.
+
+ "wrapper.classpath=/usr/local/share/java/classes/cocoon.jar"
+ "wrapper.classpath=/usr/local/share/java/classes/xerces_1_0_3.jar"
+ "wrapper.classpath=/usr/local/share/java/classes/xalan_1_0_1.jar"
+ "wrapper.classpath=/usr/local/share/java/classes/fop_0_12_1.jar"
+
+(3) Add following line into zone.properties.
+
+ "repositories=/usr/local/share/java/classes/cocoon.jar"
+ "servlet.org.apache.cocoon.Cocoon.initArgs=properties=/usr/local/etc/apache/cocoon/cocoon.properties"
+
+(4) Make directory "/var/tmp/cocoon-repository".
+
+(5) Restart Apache and check http://localhost/Cocoon.xml.