13 Apr
2000
13 Apr
'00
9:10 p.m.
On Thu, Apr 13, 2000 at 04:00:52PM -0500, jessica lee tishmack wrote:
When I type this in at the prompt (in my Zope directory), it returns nothing...hmm.
Make sure you are running fuser as root
-Petru
Oops...here is the output now:
USER PID ACCESS COMMAND 8080/tcp root 548 f.... python
As expected, port 8080 is used by something else (looks to me like another zope instance). Shutdown it then try to start Zope again. You can also try starting Zope with ./start -P 9000 which will set the http port to 9080. -Petru