[Zope] XDB login dialog
Dieter Maurer
dieter@handshake.de
Fri, 18 Jul 2003 21:33:28 +0200
Eric Just wrote at 2003-7-18 11:06 -0500:
> I am a casual zope user and a big fan. I am having a problem with a
> recently installed zope 2.61. Often, when I point to port 8080 in my
> browser (to get to zope) I get a login dialog labeled xdb. I do not ever
> remember setting up anything which would require a password and my zope
> manager password and login do not seem to work. Even weirder is that
> sometimes this does not pop up and I can use zope no problem. I am running
> an apache server but am connecting to zope through the zope web server (no
> apache with zope). Anyone heard of/know of this problem?
This seems to indicate that a different server listens at port 8080.
On Unix systems, you could use "netstat" (maybe together with "ps")
to check which servers are listening on which ports.
Dieter