Allegrograph / Sesame HTTP Server
Ray Racine <[email protected]> Wed, 12 Sep 2007 04:53:03 +0000 (UTC)
| Newsgroups | gmane.lisp.allegro |
|---|---|
| Message-ID | <[email protected]> |
Playing with the Allegrograph Sesame REST protocol.
My CL is minimal. I can't start the Sesame HTTP server against an RDF store.
e.g.
$ rlwrap ./alisp
(09-12 00:48)
International Allegro CL Free Express Edition
8.1 [Linux (x86)] (Sep 9, 2007 22:53)
Copyright (C) 1985-2007, Franz Inc., Oakland, CA, USA. All Rights Reserved.
....
Loaded patch file /usr/local/acl/acl81_express/update/agraph/2.2/pfo014.001.
Loaded patch file /usr/local/acl/acl81_express/update/agraph/2.2/pfo015.001.
Loaded patch file /usr/local/acl/acl81_express/update/agraph/2.2/pfo016.001.
AllegroGraph 2.2 [built on August 26, 2007 09:31:29 GMT-0700]
with patches: fo014, fo015, fo016.
T
CL-USER(2): (in-package :triple-store-user)
#<The DB.AGRAPH.USER package>
TRIPLE-STORE-USER(3): (setf s (make-sesame-server :start '(:port 8077)))
#<SESAME-SERVER @ #x7211068a>
TRIPLE-STORE-USER(4): aserve-accept-6: 09/12/07 - 00:51:45 - Maximum socket file
descriptor number is now 7
192.168.1.112 - - [Wed, 12 Sep 2007 04:51:45 GMT] "GET /protocol HTTP/1.1" 404
211
It starts but I always get a 404 no matter what I do. (I've tried opening /
creating a triple store before I start the sesame server.
What am I doing wrong??
Thanks,
Ray