You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Peter Flynn <pf...@imbolc.ucc.ie> on 2000/10/20 16:28:07 UTC

Success

I can't fathom why, but it's all working now. The final change which
triggered it was in jserv.conf, commenting out

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

and adding

Action cocoon /servlet/org.apache.cocoon.Cocoon
AddHandler cocoon xml

as suggested in the FAQ. Trouble is, I'd done this half a dozen times
already to no avail (and changed it back at several peoples suggestion).

Ah well. I'll document what it needed for a virgin RH 6.2 setup over
the weekend. Thanks to all who helped. The only thing I need now is a
faster server: my test file index.xml says (when served):

<!DOCTYPE HTML 
blah blah
<!-- This page was served in 2327 milliseconds by Cocoon 1.7.4 -->
                             ^^^^
Mind you, that was the first page after Cocoon.xml, so there would
have been an initial load of transform. Subsequent hits load in 99 ms
(this is on an old 200MHz Pentium)

///Peter