X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=setup.lisp;h=056b384804d1b33b764ee090dc5213a3de88b0db;hp=9fe8ae92c743cf4a46820e071a5a43bc4336e4b2;hb=534a13f805a930866db4a55e58bc86dc1608dce4;hpb=fa41611a1ce2c5f53006eefcfff949a5de221cbe diff --git a/setup.lisp b/setup.lisp index 9fe8ae9..056b384 100644 --- a/setup.lisp +++ b/setup.lisp @@ -1,5 +1,11 @@ -(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)