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

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Tue Aug 13 12:54:39 EDT 2002

Excuse this post if earlier conversation covered my
point...

--- Daniel Silva <dansilva at lynx.dac.neu.edu> wrote:
> [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")
> 

What about

#! plt/bin/mzscheme -r
(printf "blah...")

The relative path might not work.  It may be
interesting to do a pwd from a cgi shell script to see
what path httpd is running your scripts from.

HTH,
Noel

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



Posted on the users mailing list.