Hi all, After following Magnus' (http://www.zope.org/Members/magnus/Roxen) and Bills' (http://www.zope.org/Members/Bill/Documentation/RoxenZope) excellent HowTos on getting the Roxen server up and running with Zope, I've run into a little 'snag'. It seems that my Zope.cgi is only returning the first (small number) of bytes or so of CGI on pages where there are Roxen tags! On pages such as QuickStart I can have as much output as I like. Once I add a Roxen tag, things go awry. Some of the numbers that pop up are 352, 1301 and 2700 bytes. Is anyone else seeing this behaviour? This is Zope2.01 Solaris 5.6 and Roxen roxen_1.3.121 binary distn. I see Zope and Roxen as being a *very* interesting combination, eg Zope looking after fine grained authentication as well as management of users and content, whilst Roxen provides features that Apache can't get close to. The dynamic configuration of servers in Roxen (formerly Spinner) makes Apache look very pale. Tone
Tony McDonald wrote:
Hi all, After following Magnus' (http://www.zope.org/Members/magnus/Roxen) and Bills' (http://www.zope.org/Members/Bill/Documentation/RoxenZope) excellent HowTos on getting the Roxen server up and running with Zope, I've run into a little 'snag'.
It seems that my Zope.cgi is only returning the first (small number) of bytes or so of CGI on pages where there are Roxen tags!
On pages such as QuickStart I can have as much output as I like. Once I add a Roxen tag, things go awry.
Some of the numbers that pop up are 352, 1301 and 2700 bytes.
Is anyone else seeing this behaviour?
Any particular roxen tag? I have had problems with combining Zope's tree tag with Roxen's <gtext> mouseover aspect. None of the page renders. I pull out the tree, and it works. But I haven't dealt with this particular one too much yet. Bill -- "They laughed at Columbus, they laughed at Fulton, they laughed at the Wright brothers. But they also laughed at Bozo the Clown." -- Carl Sagan
At 2:34 pm -0700 7/11/99, Bill Anderson wrote:
Tony McDonald wrote:
It seems that my Zope.cgi is only returning the first (small number) of bytes or so of CGI on pages where there are Roxen tags!
On pages such as QuickStart I can have as much output as I like. Once I add a Roxen tag, things go awry.
Some of the numbers that pop up are 352, 1301 and 2700 bytes.
Is anyone else seeing this behaviour?
Any particular roxen tag? I have had problems with combining Zope's tree tag with Roxen's <gtext> mouseover aspect. None of the page renders. I pull out the tree, and it works. But I haven't dealt with this particular one too much yet.
Bill
It seems to happen with <configtabs>, <gtext>, <obox>, <tablify>, <fl> and <sqloutput> ie quite a few.... ie a page consisting of just <configtabs> and normal Zope stuff = 2400 bytes and that's it. <gtext> = ditto <obox> = 2401 bytes ? <tablify> = 2401 bytes... <sqloutput> = 2401 bytes. I do have a standalone Roxen server (ie one using static HTML files ... ugh!) and it works fine. Tone ------ Dr Tony McDonald, FMCC, Networked Learning Environments Project http://nle.ncl.ac.uk/ The Medical School, Newcastle University Tel: +44 191 222 5888 Fingerprint: 3450 876D FA41 B926 D3DD F8C3 F2D0 C3B9 8B38 18A2
Tony McDonald wrote:
At 2:34 pm -0700 7/11/99, Bill Anderson wrote:
Tony McDonald wrote:
It seems that my Zope.cgi is only returning the first (small number) of bytes or so of CGI on pages where there are Roxen tags!
On pages such as QuickStart I can have as much output as I like. Once I add a Roxen tag, things go awry.
Some of the numbers that pop up are 352, 1301 and 2700 bytes.
Is anyone else seeing this behaviour?
Any particular roxen tag? I have had problems with combining Zope's tree tag with Roxen's <gtext> mouseover aspect. None of the page renders. I pull out the tree, and it works. But I haven't dealt with this particular one too much yet.
Bill
It seems to happen with <configtabs>, <gtext>, <obox>, <tablify>, <fl> and <sqloutput> ie quite a few....
Guessing... perhaps Roxen starts parsing and interpreting the tags before Zope has finished serving them up? All of this thread sounds like a Roxen issue, I see no reason why Zope would treat RXML tags any differently than any other kind of tag. -Michel
Would it be because, Zope reports the correct content-size, then roxen then sticks in the gubbins from it's tags, but roxen neglects to change the content-size again? |>-----Original Message----- |>From: michel@zope.org [mailto:michel@zope.org]On Behalf Of Michel |>Pelletier |>Sent: Monday, November 08, 1999 5:05 PM |>To: Tony McDonald |>Cc: Zope List |>Subject: Re: [Zope] Zope and Roxen - small byte limit on CGI? |> |> |>Tony McDonald wrote: |>> |>> At 2:34 pm -0700 7/11/99, Bill Anderson wrote: |>> >Tony McDonald wrote: |>> > > It seems that my Zope.cgi is only returning the first |>(small number) of |>> >> bytes or so of CGI on pages where there are Roxen tags! |>> >> |>> >> On pages such as QuickStart I can have as much output as I |>like. Once I add |>> >> a Roxen tag, things go awry. |>> >> |>> >> Some of the numbers that pop up are 352, 1301 and 2700 bytes. |>> >> |>> >> Is anyone else seeing this behaviour? |>> > |>> >Any particular roxen tag? |>> >I have had problems with combining Zope's tree tag with Roxen's <gtext> |>> >mouseover aspect. None of the page renders. I pull out the tree, and it |>> >works. But I haven't dealt with this particular one too much yet. |>> > |>> >Bill |>> |>> It seems to happen with <configtabs>, <gtext>, <obox>, <tablify>, |>> <fl> and <sqloutput> ie quite a few.... |> |>Guessing... |> |>perhaps Roxen starts parsing and interpreting the tags before Zope has |>finished serving them up? All of this thread sounds like a Roxen |>issue, I see no reason why Zope would treat RXML tags any differently |>than any other kind of tag. |> |>-Michel |> |>_______________________________________________ |>Zope maillist - Zope@zope.org |>http://lists.zope.org/mailman/listinfo/zope |> No cross posts or HTML encoding! |>(Related lists - |> http://lists.zope.org/mailman/listinfo/zope-announce |> http://lists.zope.org/mailman/listinfo/zope-dev ) |>
At 4:18 pm +0000 8/11/99, Phil Harris wrote:
Would it be because, Zope reports the correct content-size, then roxen then sticks in the gubbins from it's tags, but roxen neglects to change the content-size again?
Good point Phil, I'm looking through the Roxen lists to see if there's any hints about PHP CGI integration (something I've done in the past). I tend to agree with Michel, in I don't think it's anything that Zope is doing... tone ------ Dr Tony McDonald, FMCC, Networked Learning Environments Project http://nle.ncl.ac.uk/ The Medical School, Newcastle University Tel: +44 191 222 5888 Fingerprint: 3450 876D FA41 B926 D3DD F8C3 F2D0 C3B9 8B38 18A2
+----[ Michel Pelletier ]--------------------------------------------- | | Guessing... | | perhaps Roxen starts parsing and interpreting the tags before Zope has | finished serving them up? All of this thread sounds like a Roxen | issue, I see no reason why Zope would treat RXML tags any differently | than any other kind of tag. Roxen waits for the cgi to complete before beginning parsing. Allowing RXML from CGI is not recommended (and was added due to popular demand rather than it being a GoodThing(tm)). I've been thinking about writing a Zope fileystem module, but, I'm busy enough at the moment, and finding it hard to get motivated to do it. -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew The Internet (Aust) Pty Ltd | F:+61 7 3870 4477 | Milton ACN: 082 081 472 | M:+61 416 022 411 |72 Col .Sig PO Box 837 Indooroopilly QLD 4068 |akm@theinternet.com.au|Specialist
It seems that my Zope.cgi is only returning the first (small number) of bytes or so of CGI on pages where there are Roxen tags!
On pages such as QuickStart I can have as much output as I like. Once I add a Roxen tag, things go awry.
Some of the numbers that pop up are 352, 1301 and 2700 bytes.
Is anyone else seeing this behaviour?
Yep. I noticed it this weekend. I added a lot of <gtext> tags, and then I run into the same problem as you. Hm... how is doing something wrong, Zope or Roxen :-? /Magnus Heino
participants (6)
-
Andrew Kenneth Milton -
Bill Anderson -
Magnus Heino -
Michel Pelletier -
Phil Harris -
Tony McDonald