[hunchentoot-devel] starting

Nic M nicdevel at gmail.com
Wed Feb 8 14:57:55 UTC 2012


I think you want:

(push (create-prefix-dispatcher "/index" 'index) *dispatch-table*)
(start (make-instance 'easy-acceptor))

Nic

On Wed, Feb 8, 2012 at 8:49 AM, Haris Bogdanovich <fbogdanovic at xnet.hr>wrote:

> **
> Hi.
>
> I did this:
>
> (push (create-prefix-dispatcher "/index" 'index) *dispatch-table*)
> (start (make-instance 'acceptor))
>
> and then I go to:
>
> http://localhost/index
>
> it always goes to Hunchentoot default page ?
>
> Thanks
>
>
>
>
>
> _______________________________________________
> tbnl-devel site list
> tbnl-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/tbnl-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/tbnl-devel/attachments/20120208/ab571e49/attachment.html>


More information about the Tbnl-devel mailing list