[plt-scheme] Requests in plt-web-server
On Thu, Feb 21, 2008 at 5:12 PM, Jens Axel Soegaard
<jensaxel at soegaard.net> wrote:
> Here is a nice trick. Instead of sending debug output to the browser,
> launch the web-server from within DrScheme, and send debug info
> to standard out.
...
I think instaweb (see Planet: http://planet.plt-scheme.org/) does
everything Jens code does, in about two lines:
(require (planet "instaweb.ss" ("schematics" "instaweb.plt" 3)))
(instaweb "my-servlet-file-name.ss")
HTH,
N.