RE: [Zope] reading zope.config file for ClientStorage

2005-10-11 Thread Mika, David P (Research)
OK, the opts object really did have everything loaded. On careful inspection the opts.configroot has an attribute databases with a list of Zope.Startup.datatypes.ZopeDatabase instances. I can do what I originally set out to do which was to open a ZEO.ClientStorage configured from the

RE: [Zope] reading zope.config file for ClientStorage

2005-10-10 Thread Mika, David P (Research)
more ideas? Dave -Original Message- From: Chris Withers [mailto:[EMAIL PROTECTED] Sent: Monday, October 10, 2005 8:57 AM To: Mika, David P (Research) Cc: zope@zope.org Subject: Re: [Zope] reading zope.config file for ClientStorage Mika, David P (Research) wrote: To initialize ZEO clients

[Zope] reading zope.config file for ClientStorage

2005-10-07 Thread Mika, David P (Research)
To initialize ZEO clients with ClientStorage I need info such as host, port, etc. All the needed stuff is tucked away nicely in the zope.config file and I would like to be using the zope machinery access it. I know that what I need is in there somewhere, but when I try to follow how it

RE: [Zope] ZEO client authentication

2005-10-04 Thread Mika, David P (Research)
Of Sascha Ottolski Sent: Monday, October 03, 2005 11:40 AM To: zope@zope.org Subject: Re: [Zope] ZEO client authentication Am Montag, 3. Oktober 2005 14:44 schrieb Mika, David P (Research): I see that ZEO supports a simple digest authenitcation of clients and that this is set in the zeo's config

[Zope] ZEO client authentication

2005-10-03 Thread Mika, David P (Research)
I see that ZEO supports a simple digest authenitcation of clients and that this is set in the zeo's config file with the keys: authentication-protocol, authentication-database and authentication-realm. Further, I can see that a client can connect using e.g. ZEO.ClientStorage with arguments for

RE: [Zope-dev] zope 2.7.0: no tracebacks produced

2004-04-21 Thread Mika, David P (Research)
Thanks! I have found the error_log object in the ZMI too. Dave -Original Message- From: Willi Langenberger [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 6:41 PM To: Mika, David P (Research) Cc: '[EMAIL PROTECTED]' Subject: Re: [Zope-dev] zope 2.7.0: no tracebacks produced

[Zope-dev] zope 2.7.0: no tracebacks produced

2004-04-20 Thread Mika, David P (Research)
I am making a big upgrade and moving my products from 2.3.1 on HP-UX to 2.7.0 on windows 2000 and can't get zope to produce any tracebacks when it encounters errors. I've checked all the log files and monitor stdout to no avail. All I get is a brief html message with error type and value and