modify source code, change manage method
Hi, I can't locate the management interface of a zope based system. I have tried \manage etc. The zope souce code has been modified. If someone wanted to change the name of the manage method what file(s) would they modify?" Thanks Jenny _________________________________________________________________ Hot chart ringtones and polyphonics. Go to http://ninemsn.com.au/mobilemania/default.asp
On Tue, Nov 11, 2003 at 01:27:51AM +0000, Jenny Edmondson wrote:
Hi,
I can't locate the management interface of a zope based system. I have tried \manage etc.
The zope souce code has been modified. If someone wanted to change the name of the manage method what file(s) would they modify?"
The Zope Management Interface stuff is under lib/python/App. Beyond that, I can't really say without seeing the code base you have... e.g. they could have modified, replaced, or added files in lib/python/App/dtml but on the other hand, they could have modified .py files in lib/python/App such that the dtml files are no longer relevant at all. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's THE SUPER KABUKI WARRIOR-! (random hero from isometric.spaceninja.com)
On Mon, 2003-11-10 at 17:27, Jenny Edmondson wrote:
Hi,
I can't locate the management interface of a zope based system. I have tried \manage etc.
At the risk of being pedantic, it's /manage, not \manage. The ZMI is a URL on your site, it's not a file on the filesystem. Maybe you just mis-typed, but just in case... wanted to make sure you're trying to open that in a *browser*, not Windoze Explorer.
The zope souce code has been modified. If someone wanted to change the name of the manage method what file(s) would they modify?"
This seems unlikely. Anyone who would know enough to change the management address would hopefully know better than to do it. If /manage truly doesn't work when appended to your site URL, you should also try /manage_main and /manage_workspace. If *those* don't work, I'd put my money on the possibility that Zope is running *behind* another server (such as IIS) and that requests to /manage* are being blocked on port 80 for security reasons. If that's the case, try this url in a browser on the same PC as Zope: http://127.0.0.1:8080/manage HTH, Dylan
Thanks
Jenny
_________________________________________________________________ Hot chart ringtones and polyphonics. Go to http://ninemsn.com.au/mobilemania/default.asp
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Dylan Reinhardt -
Jenny Edmondson -
Paul Winkler