[Zope3-checkins] CVS: Zope3 - zope.conf.in:1.2 zserver.zcml.in:NONE

Fred L. Drake, Jr. fred@zope.com
Wed, 25 Jun 2003 11:31:03 -0400


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

Added Files:
	zope.conf.in 
Removed Files:
	zserver.zcml.in 
Log Message:
Merged from fdrake-zconfig-in-zope-3-branch:
Replace zserver.zcml.in (ZCML) with zope.conf.in (ZConfig).


=== Zope3/zope.conf.in 1.1 => 1.2 ===
--- /dev/null	Wed Jun 25 11:31:03 2003
+++ Zope3/zope.conf.in	Wed Jun 25 11:31:02 2003
@@ -0,0 +1,31 @@
+# identify the component configuration used to define the site:
+site-definition site.zcml
+
+# number of bytecode instructions to execute between checks for
+# interruptions (SIGINTR, thread switches):
+interrupt-check-interval 200
+
+<server>
+  type HTTP
+  address 8080
+</server>
+
+<zodb>
+  <filestorage>
+    path Data.fs
+  </filestorage>
+</zodb>
+
+<eventlog>
+  # This sets up logging to both a file (z3.log) and to standard
+  # output (STDOUT).  The "path" setting can be a relative or absolute
+  # filesystem path or the tokens STDOUT or STDERR.
+
+  <logfile>
+    path z3.log
+  </logfile>
+
+  <logfile>
+    path STDOUT
+  </logfile>
+</eventlog>

=== Removed File Zope3/zserver.zcml.in ===