[Zope3-checkins] CVS: Zope3 - zserver.zcml:1.6.10.1
Rakesh Naidu
rnaidu@zeomega.com
Fri, 18 Oct 2002 09:01:32 -0400
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv24863/ErrorReportingService-branch
Modified Files:
Tag: ErrorReportingService-branch
zserver.zcml
Log Message:
New parameter(object) has been added to handleException Method
=== Zope3/zserver.zcml 1.6 => 1.6.10.1 ===
--- Zope3/zserver.zcml:1.6 Thu Oct 3 09:14:38 2002
+++ Zope3/zserver.zcml Fri Oct 18 09:01:01 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 = "8080" verbose="true"/>
- <startup:addServer type = "XML-RPC" port = "8081" verbose="true" />
- <startup:addServer type = "FTP" port = "8021" />
+ <startup:addServer type = "Browser" port = "7790" verbose="true"/>
+ <startup:addServer type = "XML-RPC" port = "7791" verbose="true" />
+ <startup:addServer type = "FTP" port = "7792" />
</startup:defineSite>