That sounds strange.
What does
(require 'hunchentoot) (find-class 'hunchentoot:easy-acceptor)
give?
Perhaps you forgot to put a (use-package :hunchentoot) in your code?
Kind regards, Daniel
Am 09.02.2012 20:48, schrieb Haris Bogdanovich:
I think you want:
(push (create-prefix-dispatcher "/index" 'index) *dispatch-table*) (start (make-instance 'easy-acceptor)) I tried that but I get error that easy-acceptor is not name of a class ?
tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel