Re: Cinclude file not found - why?

2006-12-18 Thread Dan Hertz
I just don't understand what the difference is between an iframe calling the URL (or typing it in the browser) -- which returns the expected result, and a cinclude which calls the external file (using http:// and not the cocoon:/ protocol) -- which does not. Big difference between iframe and

Re: Cinclude file not found - why?

2006-12-13 Thread Mark Lundquist
Hi Dan, don't know if you ever got this working, but... Anyway, when you say Apache, are you talking about the same Apache that's running in front of Cocoon w/ the JK connector, or are you talking about a different Apache (e.g., on a different host)? If it's the same Apache, then I'm not

Re: Cinclude file not found - why?

2006-12-12 Thread Dan Hertz
this error is most probably caused by Cocoon not getting back to the web server. Thanks Jörg, I tried it on a LINUX server with a cinclude (does NOT work), and an iframe which sources the file (works). Curiously, the cinclude works on a Windows machine (same apache/mod_jk/php config) OK, so

Re: Cinclude file not found - why?

2006-12-12 Thread Andrew Stevens
From: Dan Hertz [EMAIL PROTECTED] Date: Tue, 12 Dec 2006 08:10:16 -0500 I have a sub-sitemap with the following: map:match pattern=**getname.php* map:read src=getname.php{2}mime-type=application/x-httpd-php/ /map:match I also tried: map:match pattern=**getname.php* map:read

Cinclude file not found - why?

2006-12-03 Thread Dan Hertz
I'm running cocoon with apache/mod_jk for some php stuff. If I type this in my browser: http://mytestweb.com/getname.php?name=john cocoon passes it off to apache (I have a pipeline reader), and returns the following XML: ?xml version=1.0 encoding=ISO-8859-1? resultsmith/result But if I put

Re: Cinclude file not found - why?

2006-12-03 Thread Joerg Heinicke
Hi Dan, this error is most probably caused by Cocoon not getting back to the web server. This for example can happen if there is no DNS available on your machine and http://mytestweb.com could not be resolved. But also firewalls or other network configurations might prevent a connection from

Re: Cinclude file not found - why?

2006-12-03 Thread Mark Lundquist
On Dec 3, 2006, at 3:29 PM, Dan Hertz wrote: If I type this in my browser: http://mytestweb.com/getname.php?name=john cocoon passes it off to apache (I have a pipeline reader) OK, so it is Cocoon handling the above browser request? What URI does it use to pass it off to Apache? But if

Re: Cinclude file not found - why?

2006-12-03 Thread Mark Lundquist
On Dec 3, 2006, at 3:29 PM, Dan Hertz wrote: If I type this in my browser: http://mytestweb.com/getname.php?name=john cocoon passes it off to apache (I have a pipeline reader) OK, so it is Cocoon handling the above browser request? What URI does it use to pass it off to Apache? But if