3 Apr 2008 15:27
Re: undersold aspect of cells
Andy Chambers <achambers.home <at> googlemail.com>
2008-04-03 13:27:58 GMT
2008-04-03 13:27:58 GMT
> Thanks. I built your stuff against aserve, and the build looks OK. I did > change a few 'request' references to be 'req' which was used other places, > hope that was right. Ooops > > (defun test-page-allegro (path resource-class) > (lambda (req ent) > (with-http-response (req ent) > (with-http-body (req ent) > (let ((root (or (cdr (get-cookie-values req "root")) > (not (print "creating new web-app...")) > (mk-web-app (:prefix path > :request (c-in req)) > (make-instance > resource-class > :fm-parent *parent*))))) > (set-cookie-header req > :name "root" > :value root) > (funcall (handler root))))))) > > I also had a bunch of errors on RELOAD, but I am guessing that one is for > hunchentoot. > > I can start allegroserve OK and I have gone thru their tutorial and got > those to work anyway. > > I ran this function:(Continue reading)
RSS Feed