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

Steve Alexander steve@cat-box.net
Wed, 30 Oct 2002 14:58:10 -0500


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

Modified Files:
	zserver.zcml 
Log Message:
Oops. Albert pointed out that I checked this file in this morning.
Here, I'm putting it back to normal.
Sorry...



=== Zope3/zserver.zcml 1.8 => 1.9 ===
--- Zope3/zserver.zcml:1.8	Wed Oct 30 03:54:07 2002
+++ Zope3/zserver.zcml	Wed Oct 30 14:58:10 2002
@@ -44,10 +44,9 @@
     The 'verbose' option specifies whether any logs should be written. If
     set to false, nothing is reported. -->
 
-    <startup:addServer type = "Browser" port = "9078" verbose="true"/>
-    <startup:addServer type = "XML-RPC" port = "9081" verbose="true" />
-    <startup:addServer type = "FTP" port = "9021" />
-
+     <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>