Newbie Alert how to make Zope work off line
Hi, I would like to know if there is any way to run Zope without being connected to the Internet. It would be very useful to me to minimise connection time, since I have a dial up connection home. I am running Zope 2.2.5 on Win 95. My Internet connection uses DHCP Thanks, Stefano
The very simple way would be to run it locally on your computer. J At 1:08 PM +0100 2/14/01, stefano.ciccarelli@thewhitebird.com wrote:
Hi,
I would like to know if there is any way to run Zope without being connected to the Internet. It would be very useful to me to minimise connection time, since I have a dial up connection home.
I am running Zope 2.2.5 on Win 95. My Internet connection uses DHCP
Thanks,
Stefano
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
yes, but I think that DHCP forces a connection to get a valid IP-adress. I don't know how to get around this other than changing your IP-adress to one internal. Maybe using some of the methods about multi-ip adress setups mentioned on the list recently, you could set up zope to listen only to 127.0.0.1. this is just a suggestion, I don't know if this will work or not. /dario ----- Original Message ----- From: "J. Atwood" <jatwood@bwanazulia.com>
The very simple way would be to run it locally on your computer.
J
At 1:08 PM +0100 2/14/01, stefano.ciccarelli@thewhitebird.com wrote:
Hi,
I would like to know if there is any way to run Zope without being connected to the Internet. It would be very useful to me to minimise connection time, since I have a dial up connection home.
I am running Zope 2.2.5 on Win 95. My Internet connection uses DHCP
Thanks,
Stefano
On Wed, 14 Feb 2001 13:08:08 +0100, stefano.ciccarelli@thewhitebird.com wrote:
Hi,
I would like to know if there is any way to run Zope without being connected to the Internet. It would be very useful to me to minimise connection time, since I have a dial up connection home.
Zope doesnt need an internet connection, if you will be running the browser on the same machine as Zope.
I am running Zope 2.2.5 on Win 95. My Internet connection uses DHCP
Add to your z2.py command line: -X -a 127.0.0.1 -w 8080 HTTP_HOST=localhost:8080 Assuming theres only you access this Zope, then you dont need Zope's default level of concurrency. If you find Zope is using alot of memory then you might benefit from adding: -t 1 I hope this helps, Toby Dickenson tdickenson@geminidataloggers.com
participants (4)
-
Dario Lopez-K�sten -
J. Atwood -
stefano.ciccarelli@thewhitebird.com -
Toby Dickenson