summaryrefslogtreecommitdiff
path: root/www/cocoon/pkg-message
blob: 8c85ef88563078375f17ba548cd037692da26d5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
To activate Cocoon:

(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_2.jar"
	"wrapper.classpath=/usr/local/share/java/classes/xalan_1_2_D02.jar"
	"wrapper.classpath=/usr/local/share/java/classes/fop_0_15_0.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.