[plt-scheme] web-server/insta require the Browser tool to be enabled?
On Jan 10, 2009, at 11:49, Dave Gurnell wrote:
> #lang web-server/insta
>
> (define (start request)
> '(html (body (p "Hello!"))))
I put just that little bit of code into tiny-servlet.ss, typed
mzscheme tiny-servlet.ss at the [OS X] command line, and my browser
popped up with the working servlet. Wow was that easy!
$ mzscheme tiny-servlet.ss
Your Web application is running at http://localhost:8000/servlets/standalone.ss
.
Click 'Stop' at any time to terminate the Web Server.
C-c C-c
Web Server stopped.
$
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20090116/c898dcb0/attachment.html>