Re: [Zope-dev] Testing Zope Products with Python Debugger

2002-06-06 Thread R. David Murray
On Wed, 5 Jun 2002, Robert Rottermann wrote: Just install a second Zope and have it running from an other Port. You don't even have to install a second zope. Just use an INSTANCE_HOME setup to start zope with a different port and different Data.fs. --RDM

Re: [Zope-dev] Testing Zope Products with Python Debugger

2002-06-05 Thread Toby Dickenson
On Wednesday 05 Jun 2002 4:32 am, William Trenker wrote: And I suspect it is probably asking a bit too much of one Celeron 400 with Windows 98 to have all that running. What do you think? One Zope using a ZEO server on the same machine is going to take only marginally more resources than

Re: [Zope-dev] Testing Zope Products with Python Debugger

2002-06-05 Thread Lennart Regebro
From: William Trenker [EMAIL PROTECTED] I've read the various tutorials and have successfully used Zope with the Python debugger. But, of course, I can't have my production Zope running and the debugger running at the same time unless I get Zeo going. But is there another way? Is it

Re: [Zope-dev] Testing Zope Products with Python Debugger

2002-06-05 Thread Chris McDonough
You might be able to use the medusa monitor client. (ZServer/medusa/monitor_client.py). This requires that you have an access file in your Zope's software home. - Original Message - From: William Trenker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 11:32 PM

Re: [Zope-dev] Testing Zope Products with Python Debugger

2002-06-04 Thread Robert Rottermann
Just install a second Zope and have it running from an other Port. The Product you are developping ypu put in an extra direcory. start.bat for both versions have to be adapted as follows: add a line like the following: set