diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-08-31 10:48:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-08-31 10:48:05 +0000 |
commit | 9e0088c5143e198ed933eb32bfb671104d19e56f (patch) | |
tree | 1a6446a3cae733b8c90f463057d820b3aff227d6 /textproc/cocoon/pkg-message | |
parent | a35f5ba875c3cc6d7599f824ee3651f8f3996995 (diff) |
Notes
Diffstat (limited to 'textproc/cocoon/pkg-message')
-rw-r--r-- | textproc/cocoon/pkg-message | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/textproc/cocoon/pkg-message b/textproc/cocoon/pkg-message index e5c697700d6c..18fc522d86a0 100644 --- a/textproc/cocoon/pkg-message +++ b/textproc/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. |