[Zope3-checkins] CVS: Zope3 - zserver.zcml:1.6.6.1

Rakesh Naidu rnaidu@zeomega.com
Mon, 21 Oct 2002 10:56:26 -0400


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv4756/Zope3-Bangalore-TTW-Branch

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	zserver.zcml 
Log Message:
update of metaconfiguration files with actions for interfaces


=== Zope3/zserver.zcml 1.6 => 1.6.6.1 ===
--- Zope3/zserver.zcml:1.6	Thu Oct  3 09:14:38 2002
+++ Zope3/zserver.zcml	Mon Oct 21 10:55:55 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 = "3010" verbose="true"/>
+    <startup:addServer type = "XML-RPC" port = "3011" verbose="true" />
+    <startup:addServer type = "FTP" port = "3012" />
 
 
   </startup:defineSite>