I am trying to make my life easier by listining to what I am told... http://www.zope.org/Members/4am/instancehome Problem is I can not find the stop script anywhere in the Zope 2.4.0 Windows .exe that I installed as a manual start on Windows2000 in order to fulfill the instructions: "Edit stop so that the path it uses leads to the site's var, not the Zope installation." I assume not doing so causes the error message I am getting when I use the web UI to shut down the server: Site Error An error was encountered while publishing this resource. exceptions.SystemExit Zope has exited normally. Traceback (innermost last): File C:\Zope\2_4_0\lib\python\ZPublisher\Publish.py, line 223, in publish_module File C:\Zope\2_4_0\lib\python\ZPublisher\Publish.py, line 187, in publish File C:\Zope\2_4_0\lib\python\ZPublisher\Publish.py, line 171, in publish File C:\Zope\2_4_0\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: manage_shutdown) File C:\Zope\2_4_0\lib\python\ZPublisher\Publish.py, line 112, in call_object (Object: manage_shutdown) File C:\Zope\2_4_0\lib\python\App\ApplicationManager.py, line 411, in manage_shutdown (Object: LockableItem) SystemExit: 0 Can anyone help me? Carl