[Zope3-dev] Re: [Zope3-checkins] CVS: Zope3 - zserver.zcml:1.6.6.2

R. David Murray bitz@bitdance.com
Tue, 22 Oct 2002 07:38:46 -0400 (EDT)


On Tue, 22 Oct 2002, Rakesh Naidu wrote:
> undoing a small mistake

I've seen at least two people make this mistake and correct it,
now.  Maybe we should have a zserver.zcml.in file?

> === Zope3/zserver.zcml 1.6.6.1 => 1.6.6.2 ===
> --- Zope3/zserver.zcml:1.6.6.1	Mon Oct 21 10:55:55 2002
> +++ Zope3/zserver.zcml	Tue Oct 22 06:46:45 2002
> @@ -44,12 +44,11 @@
>      The 'verbose' option specifies whether any logs should be written. If
>      set to false, nothing is reported. -->
>
> -    <startup:addServer type = "Browser" port = "3010" verbose="true"/>
> -    <startup:addServer type = "XML-RPC" port = "3011" verbose="true" />
> -    <startup:addServer type = "FTP" port = "3012" />
>
> -
> -  </startup:defineSite>
> +    <startup:addServer type = "Browser" port = "8080" verbose="true"/>
> +    <startup:addServer type = "XML-RPC" port = "8081" verbose="true" />
> +    <startup:addServer type = "FTP" port = "8021" />