X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=setup.lisp;h=5a161845c909e30a351e44732f4b00621c235068;hp=c689336289ef7fd5ac82940a2bc85d1da2232edc;hb=d3ce5548f3546a86e43190e608e27e219709f79d;hpb=03ebd1d1c44e88b2856179b84c6a5cc4ea7d0071 diff --git a/setup.lisp b/setup.lisp index c689336..5a16184 100644 --- a/setup.lisp +++ b/setup.lisp @@ -1,6 +1,7 @@ -(asdf:oos 'asdf:load-op "eow") +(mb:load "eow") (setf *webserver* (hunchentoot:start-server :port 4242)) ;; (hunchentoot:stop-server *webserver*) (setf hunchentoot:*show-lisp-backtraces-p* t) (setf hunchentoot:*show-lisp-errors-p* t) +(setf hunchentoot:*catch-errors-p* nil) (empire-web:start)