[Zope3-checkins] CVS: Zope3 - zserver.zcml:1.6.10.2
Rakesh Naidu
rnaidu@zeomega.com
Wed, 23 Oct 2002 09:17:42 -0400
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv21434
Modified Files:
Tag: ErrorReportingService-branch
zserver.zcml
Log Message:
accidental update
=== Zope3/zserver.zcml 1.6.10.1 => 1.6.10.2 ===
--- Zope3/zserver.zcml:1.6.10.1 Fri Oct 18 09:01:01 2002
+++ Zope3/zserver.zcml Wed Oct 23 09:17:42 2002
@@ -44,9 +44,9 @@
The 'verbose' option specifies whether any logs should be written. If
set to false, nothing is reported. -->
- <startup:addServer type = "Browser" port = "7790" verbose="true"/>
- <startup:addServer type = "XML-RPC" port = "7791" verbose="true" />
- <startup:addServer type = "FTP" port = "7792" />
+ <startup:addServer type = "Browser" port = "8080" verbose="true"/>
+ <startup:addServer type = "XML-RPC" port = "8081" verbose="true" />
+ <startup:addServer type = "FTP" port = "8021" />
</startup:defineSite>