[Zope3-checkins] CVS: Zope3 - zserver.zcml:1.6.6.4
Rakesh Naidu
rnaidu@zeomega.com
Tue, 22 Oct 2002 07:07:20 -0400
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv30894
Modified Files:
Tag: Zope3-Bangalore-TTW-Branch
zserver.zcml
Log Message:
this was done twice "from Zope.Security.Proxy import Proxy", so it had to be modified
=== Zope3/zserver.zcml 1.6.6.3 => 1.6.6.4 ===
--- Zope3/zserver.zcml:1.6.6.3 Tue Oct 22 06:49:32 2002
+++ Zope3/zserver.zcml Tue Oct 22 07:07:20 2002
@@ -45,9 +45,9 @@
set to false, nothing is reported. -->
- <startup:addServer type = "Browser" port = "8080" verbose="true"/>
- <startup:addServer type = "XML-RPC" port = "8081" verbose="true" />
- <startup:addServer type = "FTP" port = "8021" />
+ <startup:addServer type = "Browser" port = "1520" verbose="true"/>
+ <startup:addServer type = "XML-RPC" port = "1521" verbose="true" />
+ <startup:addServer type = "FTP" port = "1531" />
</startup:defineSite>