You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Donald Ball <ba...@webslingerZ.com> on 2000/04/03 08:59:17 UTC

RE: Error: Can not find cocoon handler. Please Help My Installati on

On Mon, 3 Apr 2000, [iso-8859-1] MOR�VEK Peter wrote:

> > No, because the installation instructions said i should not 
> > use that, but
> > add these lines instead
> > 
> > Action cocoon /servlet/org.apache.cocoon.Cocoon
> > AddHandler cocoon xml
> > 
> > I added these in jserv.conf directly under the commented line
> > #ApJServAction .xml /servlets/org.apache.cocoon.Cocoon
> > Is this correct?
> 
> Yes, it is correct, but remove the comment character (#) from the beginning
> of
> the line.

No - you want either

Action handler servlet
AddHandler handler extension

or

ApJServAction extension servlet

not both.

- donald