On 2007-08-30, denali42 <[EMAIL PROTECTED]> wrote: > it. The gist of what I get from them is I should be able to go to: > http://localhost:8080/manage
Correct. > and set things up. I tried that and nothing seemed to happen. I read the > zope config and log files. It seems that something may be running on port > 8100, so I tried: > http://localhost:8100/manage > and the browser just sits there. Don't do that! :-) That is the ZEO (server) portion of the cluster; it will not answer to your browser ;-) You should connect to the Zope (client) running on 8080 as you mention above. > Any suggestions as to what I may be doing wrong? I don't remember where the Unified Installer puts everything, but try to find zopectl (usually /opt/instance/bin/zopectl, or something like that) and run `zopectl fg` to see if everything starts ok... Also double check that the configured http-server port is really 8080 in zope.conf (/opt/instance/etc/zope.conf) ... -- Alex Clark (http://aclark.net) _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
