[plt-scheme] can't start web server under mzscheme v205 -- help?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Sep 2 14:30:19 EDT 2003

At 02 Sep 2003 13:48:51 -0400, Benjamin Simon wrote:
> However, if I do:
> 
>    /home/ben/util-linux/plt/bin/web-server-text -f config-table
> or
>    /home/ben/util-linux/plt/bin/mzscheme -qmvL- launch.ss web-server
> 
> The command runs, doesn't given any error output, but doesn't start the
> web server either. (not in the foreground or the background).

"launch.ss" is no longer the right launching file. Use "text-lauch.ss" (or
"gui-launch.ss" with MrEd).

Perhaps the plt/bin/web-server-text script didn't get updated (i.e.,
it's still using "launch.ss")? If so, deleting the script, then
re-running Setup PLT should produce a corect script.

Matthew



Posted on the users mailing list.