You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Nicholas Hemley <ni...@realtime.co.uk> on 2000/07/14 17:43:31 UTC

Cocoon and Resin-1.2b1

i am also trying to get cocoon working with resin and get a 'document contains
no data'.
The resin logs do not contain the error
i assume from this that it is a mod_caucho.so issue?

the cocoon jars are installed to /usr/local/src/resin1.2.b1/doc/WEB-INF/lib

the config for cocoon in resin.conf is as follows:
<servlet-mapping url-pattern='*.xml' servlet-name='cocoon'/>
<servlet servlet-name='cocoon' servlet-class='org.apache.cocoon.Cocoon'>
<init-param properties='/usr/local/src/cocoon-1.7.4/conf/cocoon.properties'/>
</servlet>

Any help would be appreciated here.

Nic Hemley

Rob Parker wrote:

> I use cocoon1.7.x and cocoon2.0 with resin. What is the error message you
> are getting?


Re: Cocoon and Resin-1.2b1

Posted by Alexander Krasilnikov <we...@neonweb.ru>.
Hi, Nic!

| the cocoon jars are installed to
/usr/local/src/resin1.2.b1/doc/WEB-INF/lib
|
| the config for cocoon in resin.conf is as follows:
| <servlet-mapping url-pattern='*.xml' servlet-name='cocoon'/>
| <servlet servlet-name='cocoon' servlet-class='org.apache.cocoon.Cocoon'>
| <init-param
properties='/usr/local/src/cocoon-1.7.4/conf/cocoon.properties'/>

    I think you should place your cocoon.properties to the same directory as
your xml file. In this case path is looked as simple
<init-param properties='cocoon.properties'/>.