Hi all How do I customise the port number that Zope installs to? I'm running NT and there is already a service running on the default port 8080. Also, is anyone using dreamweaver and zope? I want site designers to use the tools they already have and then content management etc will be done with zope. Thanks .wes ----------------------------------------------- FREE! The World's Best Email Address @email.com Reserve your name now at http://www.email.com
- - wrote:
Hi all
How do I customise the port number that Zope installs to? I'm running NT and there is already a service running on the default port 8080.
The easiest way is to tweak z2.py in your zopehome directory. It is heavily commented; this shouldn't be a problem.
Also, is anyone using dreamweaver and zope? I want site designers to use the tools they already have and then content management etc will be done with zope.
Yes, there is even a zope extension (experimental) for dreamweaver (check out http://www.zope.org/Members/johanc). Normal working with dreamweaver is ok, but you'll have to add an extension to your zope objects to work with dreamweaver (it won't open things without extensions). Rik
+----[ - - ]--------------------------------------------- | Hi all | | How do I customise the port number that Zope installs to? I'm | running NT and there is already a service running on the default | port 8080. You have a few option... -P and a number -P 9000 means you get web on 9080 and you get ftp on 9021 and monitoring will be 9099 -w port (for just web) -f port (for just ftp) Have a quick look at z2.py for other groovy options you can set. -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew Milton The Internet (Aust) Pty Ltd | F:+61 7 3870 4477 | ACN: 082 081 472 | M:+61 416 022 411 | Carpe Daemon PO Box 837 Indooroopilly QLD 4068 |akm@theinternet.com.au|
On 14 Jun 2000, 8:06 - - wrote:
How do I customise the port number that Zope installs to? I'm running NT and there is already a service running on the default port 8080.
Modify the start value in HKLM/SYSTEM/CurrentControlSet/Services/<insert name of your service>/Parameters, by adding a -P or -w at the end of the string. See other answers for the meaning of -P and -w. -- o ( Wolfgang.Strobl@gmd.de (+49 2241) 14-2394 /\ * GMD mbH #include _`\ `_<=== Schloss Birlinghoven, <std.disclaimer> __(_)/_(_)___.-._ 53754 Sankt Augustin, Germany ________________
----- Original Message ----- From: - - <zimsurfa@email.com> To: <zope@zope.org> Sent: Wednesday, June 14, 2000 1:06 PM Subject: [Zope] Zope on NT - port problem
Hi all
How do I customise the port number that Zope installs to? I'm running NT and there is already a service running on the default port 8080.
http://www.zope.org/Members/teyc/howNTService
Also, is anyone using dreamweaver and zope? I want site designers to use the tools they already have and then content management etc will be done with zope.
Well... you can always use dreamweaver and paste the HTML code into the text windows... or you could upload them using the Zope FTP server... u choose!! inte :-) --- Hugo Ramos - hramos@zopers.org ZopersORG - http://www.zopers.org
participants (5)
-
- - -
Andrew Kenneth Milton -
Hugo Ramos -
Rik Hoekstra -
Wolfgang Strobl