[hunchentoot-devel] starting

Daniel Brunner daniel at dbrunner.de
Thu Feb 9 20:43:55 UTC 2012


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 at common-lisp.net
> http://common-lisp.net/mailman/listinfo/tbnl-devel





More information about the Tbnl-devel mailing list