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

Rakesh Naidu rnaidu@zeomega.com
Tue, 22 Oct 2002 06:46:46 -0400


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv28282

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	zserver.zcml 
Log Message:
undoing a small mistake


=== 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" />
 
 
 </zopeConfigure>
+