You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by JAMES VANETTEN <JV...@ALLMERICA.COM> on 2000/03/16 21:51:03 UTC

2nd Request for Help

I noticed that I am not the only person that has asked this question but I notice there are no answers. I also checked the FAQ's for an answer and found nothing there either.

Redhat 6.0
Apache 1.3.9
JDK 1.2
JServ 1.1
Cocoon 1.7

I followed the instructions exactly as written at http://xml.apache.org/cocoon/install.html and I come up with the following errors in my httpd error log. The JServ servlet engine is working fine.

handler "cocoon" not found for: home/httpd/html/xml/cocoon2.xml
Invalid URI in request GET /xml/cocoon2.xml HTTP/1.1

or this

handler "cocoon" not found for: /home/httpd/html/xml/index.xml
handler "cocoon" not found for: /xml/index.xml
File does not exist: /xml/index.xml

Does anyone have any Idea what could be wrong.

Thanks
Jim


Re: 2nd Request for Help

Posted by Ulrich Mayring <u...@123.org>.
JAMES VANETTEN wrote:
> 
> handler "cocoon" not found for: /home/httpd/html/xml/index.xml
> handler "cocoon" not found for: /xml/index.xml
> File does not exist: /xml/index.xml
> 
> Does anyone have any Idea what could be wrong.

Have you tried adding the XML handler to jserv's jserv.conf file? Look
in the file for cocoon and comment that line in.

Ulrich

-- 
Ulrich Mayring
u@123.org

Re: 2nd Request for Help

Posted by Morpheus bringer of change <Mo...@swingers.penguinpowered.com>.
When you have a line in httpd.conf which says to use 'cocoon' to handle
'xml', apache doesn't know where to find 'cocooon'.  Instead, what you
must do is add (actually uncomment) a line in jserv.conf making the cocoon
servlet handle files with the suffix .xml.

ApJServAction .xml /servlets/org.apache.cocoon.Cocoon

On Thu, 16 Mar 2000, JAMES VANETTEN wrote:

> I noticed that I am not the only person that has asked this question but I notice there are no answers. I also checked the FAQ's for an answer and found nothing there either.
> 
> Redhat 6.0
> Apache 1.3.9
> JDK 1.2
> JServ 1.1
> Cocoon 1.7
> 
> I followed the instructions exactly as written at http://xml.apache.org/cocoon/install.html and I come up with the following errors in my httpd error log. The JServ servlet engine is working fine.
> 
> handler "cocoon" not found for: home/httpd/html/xml/cocoon2.xml
> Invalid URI in request GET /xml/cocoon2.xml HTTP/1.1
> 
> or this
> 
> handler "cocoon" not found for: /home/httpd/html/xml/index.xml
> handler "cocoon" not found for: /xml/index.xml
> File does not exist: /xml/index.xml
---------------------------------------------------------------------------
I'm a lucky guy, and I'm happy to be with the Yankees.  And I want to
thank everyone for making this night necessary.
		-- Yogi Berra at a dinner in his honor
---------------------------------------------------------------------------