[Zope] Installation ZServer on Win95 SOLVED!!!!!
Tom Deprez
Tom Deprez" <tom.deprez@village.uunet.be
Thu, 6 May 1999 22:01:53 +0200
Hi,
Ok, to get ZServer working on Win95 :
Thanks to the guys who've helped me out!
In ZServer\medusa\FTP-Server.py :
comment out IP-ADDRESS and set HOSTNAME to the name of your host
so line 57 and 58 look like :
#IP-ADRESS=......
HOSTNAME='localhost' or HOSTNAME=''
In ZServer\start.py
Change SOFTWARE_HOME to the directory in which Zope is installed, e.g. :
SOFTWARE_HOME = 'D:\WebSite'
Regards, Tom.
You get following warnings on screen :
Warning: computing default hostname
Warning: cannot do revers lookup
1. With ZServer my Zope is much faster than with ZopeHTTPServer
2. I had no Time outs like I had with ZopeHTTPServer.