[Zope] Setting up Zope on NT with ZServer

Troy Farrell troy@entheossoft.com
Sat, 19 Jan 2002 17:00:54 -0600


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:

> Troy,
> Great site. Yes I am running Zope and have gone through the tutorial.Any
> changes I have made to z2.py have not worked and have undone them. So z2.py
> is unchanged. What changes do I need to make to it? Thanks for your help.
> Joseph
> 
> -----Original Message-----
> From: Troy Farrell [mailto:troy@entheossoft.com]
> Sent: Saturday, January 19, 2002 4:43 PM
> To: Joseph Griffin
> Subject: Re: [Zope] Setting up Zope on NT with ZServer
> 
> 
> Joseph,
> Can we assume zope is running?  If you're running it as a service, check
> the services option in the Control Panel.  If you are running it
> manually, you should see the dos box when it's running.
> 
> Secondly, check the port it's running on.  By default, it runs on port
> 8080, so you'd have to visit http://lcoalhost:8080/  look at the startup
> options in z2.py.  If it's running as a service, you'll need to edit the
> registry to change the startup port (-w 80) or whatever.
> 
> see twsite.bizland.com
> 
> Troy
> --
> Troy Farrell
> Developer
> Entheos Software
> mailto:troy@entheossoft.com
> http://www.entheossoft.com
> 
> Joseph Griffin wrote:
> 
> 
>>Hi,
>>Loaded Zope on my machine yesterday. It's great! One problem that I
>>
> haven't
> 
>>resolved is getting the web server to dish out pages when I type
>>http://ip_address in my browser. I have added my static IP address to the
>>IP_ADDRESS variable in z2.py and the DNS IP for name resolving. Any help
>>would be appeciated! Joseph
>>