projects
/
eow
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b9c566
)
remember server on startup
author
Gerd Flaig
<gefla@gefla-mac-zrh>
Sun, 21 Dec 2008 14:51:20 +0000
(15:51 +0100)
committer
Gerd Flaig
<gefla@gefla-mac-zrh>
Sun, 21 Dec 2008 14:51:20 +0000
(15:51 +0100)
setup.lisp
patch
|
blob
|
history
diff --git
a/setup.lisp
b/setup.lisp
index 9fe8ae92c743cf4a46820e071a5a43bc4336e4b2..c689336289ef7fd5ac82940a2bc85d1da2232edc 100644
(file)
--- a/
setup.lisp
+++ b/
setup.lisp
@@
-1,5
+1,6
@@
(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)
(empire-web:start)