[Zope3-checkins] CVS: Zope3 - zserver.zcml:1.6.8.1
Naveen P
pnaveen@zeomega.com
Tue, 15 Oct 2002 10:11:10 -0400
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv12078/FileSystemSync-branch
Modified Files:
Tag: FileSystemSync-branch
zserver.zcml
Log Message:
FSRegistry Service Registered with Zope
=== Zope3/zserver.zcml 1.6 => 1.6.8.1 ===
--- Zope3/zserver.zcml:1.6 Thu Oct 3 09:14:38 2002
+++ Zope3/zserver.zcml Tue Oct 15 10:10:39 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 = "8480" verbose="true"/>
+ <startup:addServer type = "XML-RPC" port = "8481" verbose="true" />
+ <startup:addServer type = "FTP" port = "8421" />
</startup:defineSite>