Hi, Just a few comments after a 5 minute play: - start.bat still hasn't been renamed. It's not that bright since windows has had a start command for ages now... typing start.bat tries to 'start' something called .bat. doh... The only way to get it to work is "start.bat" or ./start which is very weird on an NT box although quite normal on UNIX ;-) - the -P option doesn't work properly. python z2.py -D -P 9000 still resulted in the PCGI server being run on port 8090. Wasn't there going to be an option so that servers which you don't use (monitor and PCGI in this case) don't get started? - hitting the help button on the ownership tab resulted in: Traceback (innermost last): File C:\ZOPESI~1\22CB55~1.0A1\lib\python\ZPublisher\Publish.py, line 224, in publish_module File C:\ZOPESI~1\22CB55~1.0A1\lib\python\ZPublisher\Publish.py, line 189, in publish File C:\ZOPESI~1\22CB55~1.0A1\lib\python\Zope\__init__.py, line 221, in zpublisher_exception_hook (Object: Help) File C:\ZOPESI~1\22CB55~1.0A1\lib\python\ZPublisher\Publish.py, line 161, in publish File C:\ZOPESI~1\22CB55~1.0A1\lib\python\ZPublisher\BaseRequest.py, line 350, in traverse File C:\ZOPESI~1\22CB55~1.0A1\lib\python\ZPublisher\HTTPResponse.py, line 530, in debugError NotFound: (see above) cheers, Chris
Chris Withers wrote:
Hi,
Just a few comments after a 5 minute play:
...
- the -P option doesn't work properly. python z2.py -D -P 9000 still resulted in the PCGI server being run on port 8090. Wasn't there going to be an option so that servers which you don't use (monitor and PCGI in this case) don't get started?
-X ...works for me. Looking at it: -P [ipaddress:]number Set the web, ftp and monitor port numbers simultaneously as offsets from the number. The web port number will be number+80. The FTP port number will be number+21. The monitor port number will be number+99.
participants (2)
-
Bill Anderson -
Chris Withers