[Zope3-checkins] CVS: Zope3 - zserver.zcml.in:1.4

Jim Fulton jim@zope.com
Fri, 7 Feb 2003 11:34:03 -0500


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

Modified Files:
	zserver.zcml.in 
Log Message:
Changed to use a single HTTP server, rather than separate Browser and
xml-rpc servers.


=== Zope3/zserver.zcml.in 1.3 => 1.4 ===
--- Zope3/zserver.zcml.in:1.3	Mon Dec 30 17:41:35 2002
+++ Zope3/zserver.zcml.in	Fri Feb  7 11:33:58 2003
@@ -50,8 +50,7 @@
     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 = "HTTP" port = "8080" verbose="true"/>
      <startup:addServer type = "FTP" port = "8021" />
 
   </startup:defineSite>