]> git.pond.sub.org Git - eow/commitdiff
adapt to new hunchentoot version
authorGerd Flaig <gefla@rose.pond.sub.org>
Thu, 5 Jan 2012 22:18:33 +0000 (23:18 +0100)
committerGerd Flaig <gefla@rose.pond.sub.org>
Thu, 5 Jan 2012 22:18:33 +0000 (23:18 +0100)
setup.lisp

index ec6ba21ff18f282853ef1c0a2ca0514b8d5eb082..ee5bacec6c95ea37bca5b6c843c49f3dde3e1fba 100644 (file)
@@ -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)