[plt-scheme] can't start web server under mzscheme v205 -- help?
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