[Zope3-checkins] CVS: Zope3 - zope.conf.in:1.5

Anthony Baxter anthony@interlink.com.au
Sun, 13 Jul 2003 23:37:06 -0400


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

Modified Files:
	zope.conf.in 
Log Message:
put in a commented-out example of PostmortemHTTP. Wasn't clear where else
to document this - the only mention of it is in the source...


=== Zope3/zope.conf.in 1.4 => 1.5 ===
--- Zope3/zope.conf.in:1.4	Tue Jul  1 15:04:34 2003
+++ Zope3/zope.conf.in	Sun Jul 13 23:37:00 2003
@@ -10,6 +10,14 @@
   address 8080
 </server>
 
+# For debugging purposes, you can use this publisher instead/as well
+# (obviously if it's as well, use a different port number). If there's
+# an exception, Zope will drop into pdb at the point of the exception.
+#<server>
+#  type PostmortemDebuggingHTTP
+#  address 8080
+#</server>
+
 <server>
   type FTP
   address 8021