X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=setup.lisp;h=ec6ba21ff18f282853ef1c0a2ca0514b8d5eb082;hp=9fe8ae92c743cf4a46820e071a5a43bc4336e4b2;hb=3c53e3972ebe721c7e58a95f403426503f827fa1;hpb=fa41611a1ce2c5f53006eefcfff949a5de221cbe;ds=sidebyside diff --git a/setup.lisp b/setup.lisp index 9fe8ae9..ec6ba21 100644 --- a/setup.lisp +++ b/setup.lisp @@ -1,5 +1,12 @@ (asdf:oos 'asdf:load-op "eow") -(hunchentoot:start-server :port 4242) -(setf hunchentoot:*show-lisp-backtraces-p* t) +;(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:stop-server *webserver*) +;(setf hunchentoot:*show-lisp-backtraces-p* t) (setf hunchentoot:*show-lisp-errors-p* t) (empire-web:start) +;(setf *break-on-signals* 'error) +;(setf *break-on-signals* nil)