[Zope] manage

Dieter Maurer dieter@handshake.de
Thu, 31 Aug 2000 22:03:50 +0200 (CEST)


neeloy_saha writes:
 > when i do http://localhost:8080/manage it pops up a login window which asks
 > for username and password. what is the entry point after that??
That is exactly what one would expect.

Enter the username and password that was assigned during installation
or that you set with

	python zpasswd.py access

 > Is there a way of running zope with debugger?? 
There is "Test.py" in "lib/python/ZPublisher".
It will, however, not help you with the above problem.


Dieter