[Checkins] SVN: zc.zservertracelog/branches/dev/buildout.cfg Added some missing bits to site.zcml.

Jim Fulton jim at zope.com
Tue May 22 11:13:08 EDT 2007


Log message for revision 75881:
  Added some missing bits to site.zcml.
  

Changed:
  U   zc.zservertracelog/branches/dev/buildout.cfg

-=-
Modified: zc.zservertracelog/branches/dev/buildout.cfg
===================================================================
--- zc.zservertracelog/branches/dev/buildout.cfg	2007-05-22 14:58:12 UTC (rev 75880)
+++ zc.zservertracelog/branches/dev/buildout.cfg	2007-05-22 15:13:06 UTC (rev 75881)
@@ -15,6 +15,7 @@
   <include package="zope.app.securitypolicy" />
   <include package="zope.app.securitypolicy" file="meta.zcml" />
   <include package="zope.app.authentication" />
+  <include package="zope.app.server" />
   <securityPolicy
     component="zope.app.securitypolicy.zopepolicy.ZopeSecurityPolicy" />
   <role id="zope.Anonymous" title="Everybody"
@@ -45,6 +46,11 @@
 zope.conf =
    ${database:zconfig}
 
+    <server>
+      type WSGI-HTTP
+      address 8080
+    </server>
+
     <logger>
        name zc.tracelog
        propagate false



More information about the Checkins mailing list