[plt-scheme] Webserver: setting root as servlet

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Fri Apr 30 12:01:35 EDT 2010

The configuration-table does not support that. Constructing a
dispatcher with code definitely does those. And serve/servlet supports
that easily with #:servlet-regexp "". (If you do that then you'll need
to explictly call next-dispatcher to serve static files.)

jay

On Fri, Apr 30, 2010 at 9:19 AM, Ken Struys <ken at struys.ca> wrote:
> I'm using the plt-web-server for my personal website and I want to set http://localhost:8080/ to serve one of my servlets sitting in the /servlets directory. Is this configurable in the configuration-table?...
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.