communication between Zope's now broken
I have one complex of Zopes that have one adminsistration site and a collection of productions sites. The administration site invokes actions on in the production sites through the web using a redirect, and control is returned to the administrative site by a redirect back. It's worked pretty well. I've now cloned the site--and all the inter-zope communications no long work. If I invoke them through a browser URL, they work, but programmatically they do not. I suspect a security/permissions problem, but I've not been able to identify it. Any suggestions appreciated.
On Wed, Jan 07, 2004 at 07:56:20PM -0800, Dennis Allison wrote:
I have one complex of Zopes that have one adminsistration site and a collection of productions sites. The administration site invokes actions on in the production sites through the web using a redirect, and control is returned to the administrative site by a redirect back. It's worked pretty well.
I've now cloned the site--and all the inter-zope communications no long work. If I invoke them through a browser URL, they work, but programmatically they do not.
That's pretty vague. What does "not work" mean exactly? How do you know when it works and when it doesn't?
I suspect a security/permissions problem, but I've not been able to identify it.
Any suggestions appreciated.
i'd start by tailing the access log on the production sites and see if they're even getting the hits. If so, the HTTP response code may be a clue. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's HOPPING FISHY JEBUS! (random hero from isometric.spaceninja.com)
participants (2)
-
Dennis Allison -
Paul Winkler