On Wed, 5 Jul 2000 [EMAIL PROTECTED] wrote:
> Hi.
>
> I'm all new to this mailing list - so bear with me and coincidence with any
> FAQs. I saw some messages about setting up Cocoon v1 with Orion in the mail
> archive, but was wondering if anyone managed to set up Cocoon2 from CVS
> (http://xml.apache.org/cocoon/cocoon2.html). I've managed to build Cocoon2,
> and I'm very glad to get the following statusinfo:
Hello,
I've been fighting too with Cocoon 2 but I tracked down a problem: in the
file src/org/apache/cocoon/servlet/CocoonServlet.java line 125 you have:
String uri=req.getPathInfo();
this always returns "null"
If you change it to:
String uri=req.getRequestURI();
it will work ... don't if it's an Orion bug, but changing this I could
test simple xml/xsl pages though Cocoon2.
--
Yann Doussot <[EMAIL PROTECTED]>
Grey Interactive - France - http://www.gifrance.com/