You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Godunk Chen <du...@yam.com.tw> on 2000/09/27 13:47:50 UTC

how to install cocoon under Apache + Resin

as title

best regards...


RE: how to install cocoon under Apache + Resin

Posted by Russ White <ru...@earthlink.net>.
Put the Cocoon related jars in the resin/lib directory then add these lines to
the default "/" application or host.

<servlet-mapping url-pattern='*.xml' servlet-name='cocoon'/>
<servlet servlet-name='cocoon' servlet-class='org.apache.cocoon.Cocoon'>
	<init-param properties='conf/cocoon.properties'/>
</servlet>

then assuming you application-dir is /resin/doc you would put the
cocoon.properties file in /resin/doc/conf

this works under resin 1.2, with cocoon 1.8

make sure you move or remove any old xerxes.jar,xalan.jar,fop.jar,cocoon.jar and
cocoon.properties files from your resin directories.


> -----Original Message-----
> From: Godunk Chen [mailto:dunk@yam.com.tw]
> Sent: Wednesday, September 27, 2000 7:48 AM
> To: cocoon-users@xml.apache.org
> Subject: how to install cocoon under Apache + Resin
>
>
> as title
>
> best regards...
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org
>
>