[racket] How does the web server find servlets?

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Sat Sep 3 16:31:11 EDT 2011

serve/servlet does that, but it lets you get better access to the
dispatcher chain

Basically, "plt-web-server" isn't customizable at all. If you want to
do what you're talking about, then you want to hook into the things
that serve/servlet (and dispatch/launch/wait) provide

Jay

On Sat, Sep 3, 2011 at 2:23 PM, Doug Orleans <dougorleans at gmail.com> wrote:
> On Sat, Sep 3, 2011 at 12:34 AM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
>> You shouldn't use web-server at . You should use serve/servlet where
>> stuff like this is totally trivial.
>
> I don't want to run a single servlet, I want to run a web server (via
> plt-web-server) with many #lang web-server servlet modules.
>
> --Doug
>



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

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


Posted on the users mailing list.