From: Gerd Flaig Date: Thu, 5 Jan 2012 22:18:33 +0000 (+0100) Subject: adapt to new hunchentoot version X-Git-Url: http://git.pond.sub.org/?p=eow;a=commitdiff_plain;h=8e2d6617bbea7258af43b8db16ead1882a128536 adapt to new hunchentoot version --- diff --git a/setup.lisp b/setup.lisp index ec6ba21..ee5bace 100644 --- a/setup.lisp +++ b/setup.lisp @@ -1,9 +1,9 @@ (asdf:oos 'asdf:load-op "eow") ;(mb:load "eow") -(setf hunchentoot:*message-log-pathname* "/tmp/hunchentoot-message.log") -(setf hunchentoot:*access-log-pathname* "/tmp/hunchentoot-access.log") +;(setf hunchentoot:*message-log-pathname* "/tmp/hunchentoot-message.log") +;(setf hunchentoot:*access-log-pathname* "/tmp/hunchentoot-access.log") (setf *webserver* - (hunchentoot:start (make-instance 'hunchentoot:acceptor :port 4242))) + (hunchentoot:start (make-instance 'hunchentoot:easy-acceptor :port 4242))) ;; (hunchentoot:stop-server *webserver*) ;(setf hunchentoot:*show-lisp-backtraces-p* t) (setf hunchentoot:*show-lisp-errors-p* t)