projects
/
eow
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use slime debugger
[eow]
/
setup.lisp
diff --git
a/setup.lisp
b/setup.lisp
index 9fe8ae92c743cf4a46820e071a5a43bc4336e4b2..a3f5d90cf7a95dbf47deeda6599ec73d8f505886 100644
(file)
--- a/
setup.lisp
+++ b/
setup.lisp
@@
-1,5
+1,7
@@
(asdf:oos 'asdf:load-op "eow")
(asdf:oos 'asdf:load-op "eow")
-(hunchentoot:start-server :port 4242)
+(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:*show-lisp-backtraces-p* t)
(setf hunchentoot:*show-lisp-errors-p* t)
+(setf hunchentoot:*catch-errors-p* nil)
(empire-web:start)
(empire-web:start)