From ac3a391505117febeccf52b6097f1bc485b729a4 Mon Sep 17 00:00:00 2001 From: ianb Date: Wed, 21 Feb 2007 00:22:13 +0000 Subject: Add tracebacks of each thread under Python 2.5 (thanks to Alexander Schremmer for pointing out the technique) --- docs/test_server.ini | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/test_server.ini') diff --git a/docs/test_server.ini b/docs/test_server.ini index d9ae8b0..3d53aee 100644 --- a/docs/test_server.ini +++ b/docs/test_server.ini @@ -1,8 +1,13 @@ [app:main] -use = egg:Paste#test_slow +use = egg:PasteScript#test [server:main] use = egg:Paste#http +host = 127.0.0.1:8081 + +[server:cherrypy] +use = egg:PasteScript#cherrypy +host = 127.0.0.1:8080 [filter-app:watch_threads] use = egg:Paste#error_catcher @@ -20,3 +25,5 @@ allow_kill = true [app:bad_app] paste.app_factory = paste.debug.watchthreads:make_bad_app + + -- cgit v1.2.1