30 Apr
2001
30 Apr
'01
3:48 p.m.
this is a typical "cant be" situation ;) If you really start zope that way, it would work. If you are on linux, try fuser -n tcp 2000 and fuser -n tcp 8000 to see the procids of the processes serving on either port.
fuser confirms that the right set of pythons is attached to each port, but the same behaviour persists. Keep in mind that whatever one starts first serves for both ports, but if it is killed, the other takes over for both ports. They run happily side by side in the meatime, no errors about locked files or whatnot.