X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=setup.lisp;h=ee5bacec6c95ea37bca5b6c843c49f3dde3e1fba;hp=6d9e6a9edeb426ae348ac1487139bc43a385c0f8;hb=54e14006564ff34c8249b9ddb357201759d77101;hpb=93ee0f65819529e7361cfc585c6509a045e4344b diff --git a/setup.lisp b/setup.lisp index 6d9e6a9..ee5bace 100644 --- a/setup.lisp +++ b/setup.lisp @@ -1,6 +1,9 @@ -(mb:load "eow") +(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 *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)