[Zope] Setting up Zope on NT

Joseph Griffin jgriffin@pclnet.net
Sat, 19 Jan 2002 17:39:30 -0600


Troy,
Everything's now working. Sorry for not cc'ing group. I'm slow tonite. The
error dump below was due to a missing home page? I don't know. Joseph


Troy,
Thanks, I change the startup mode to manuel, added -w 80 option and I'm
closing in. Here's an error dump I'm now getting:




KeyError
Sorry, a site error occurred.

Traceback (innermost last):
  File D:\PROGRA~1\JOEWEB~1\lib\python\ZPublisher\Publish.py, line 223, in
publish_module
  File D:\PROGRA~1\JOEWEB~1\lib\python\ZPublisher\Publish.py, line 187, in
publish
  File D:\PROGRA~1\JOEWEB~1\lib\python\Zope\__init__.py, line 226, in
zpublisher_exception_hook
    (Object: Zope)
  File D:\PROGRA~1\JOEWEB~1\lib\python\ZPublisher\Publish.py, line 171, in
publish
  File D:\PROGRA~1\JOEWEB~1\lib\python\ZPublisher\mapply.py, line 160, in
mapply
    (Object: index_html)
  File D:\PROGRA~1\JOEWEB~1\lib\python\ZPublisher\Publish.py, line 112, in
call_object
    (Object: index_html)
  File D:\PROGRA~1\JOEWEB~1\lib\python\OFS\DTMLMethod.py, line 199, in
__call__
    (Object: index_html)
  File D:\PROGRA~1\JOEWEB~1\lib\python\DocumentTemplate\DT_String.py, line
546, in __call__
    (Object: index_html)
  File D:\PROGRA~1\JOEWEB~1\lib\python\OFS\DTMLMethod.py, line 192, in
__call__
    (Object: standard_html_header)
  File D:\PROGRA~1\JOEWEB~1\lib\python\DocumentTemplate\DT_String.py, line
546, in __call__
    (Object: standard_html_header)
KeyError: navigation



-----Original Message-----
From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Troy
Farrell
Sent: Saturday, January 19, 2002 5:01 PM
To: Joseph Griffin
Cc: Zope List
Subject: Re: [Zope] Setting up Zope on NT with ZServer


Unfortunately, I can't claim twsite.bizland.com :)

You shouldn't need to change anything for basic operation.  If you want
to run on port 80, you'll need to edit start.bat if you run Zope
manually.  Change

z2.py -D # D for Debug

to something like

z2.py -w 80 # w for www

Note that I'm working on linux and don't have start.bat in front of me.
  I'm guessing you want to change the port you're running.

Troy


Joseph Griffin wrote: