2 Mar
2004
2 Mar
'04
7:35 p.m.
Petter Holmström wrote at 2004-3-2 10:01 +0200:
... When I now try to access the zope-server via a webbrowser nothing happens, I just get a "Waiting for [hostname]...." until a time-out occures.
Use "gdb" and attach to the main process. Use "info threads", "thread <threadno>" and "backtrace" to learn about the various threads, select a thread and show where it is lingering. -- Dieter