[plt-scheme] web-server servlet components not reloading

From: Paul Steckler (steck at ccs.neu.edu)
Date: Mon Aug 12 14:14:53 EDT 2002

> [cgi-bin]$ cat two.cgi
> #! /bin/sh
> string=? ; exec plt/bin/mzscheme -r $0
> (printf "Content-Type: text/plain~a~n~a~n" #\return #\return)
> (printf "test~n")

Did you try an absolute path for MzScheme?

-- Paul





Posted on the users mailing list.