Last change
on this file was
647,
checked in by lgiessmann, 13 years ago
|
trunk: changed the RESTful shutdown handler => when the server is started the function (rest-interface:die-when.finished) has to be invoked. It will end and quit the sbcl interpreter when the RESTful handler is invoked, by an http client
|
File size:
273 bytes
|
Line | |
---|
1 | ;; this file must be called with sblc --load <this-file> |
---|
2 | |
---|
3 | (setf sb-impl::*default-external-format* :utf-8) |
---|
4 | (asdf:operate 'asdf:load-op 'isidorus) |
---|
5 | (rest-interface:start-json-engine "data_base") |
---|
6 | (rest-interface:start-admin-server) |
---|
7 | (rest-interface:die-when-finished) |
---|
8 | |
---|
Note: See
TracBrowser
for help on using the repository browser.