<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Jan 10, 2009, at 11:49, Dave Gurnell wrote:</div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><font class="Apple-style-span" face="Monaco">#lang web-server/insta<br><br>(define (start request)<br>&nbsp;'(html (body (p "Hello!"))))</font></span></blockquote><br></div><div>I put just that little bit of code into <font class="Apple-style-span" face="Monaco"><font class="Apple-style-span" color="#006600">tiny-servlet.ss</font></font>, typed <font class="Apple-style-span" face="Monaco"><font class="Apple-style-span" color="#990000">mzscheme tiny-servlet.ss</font></font> at the [OS X] command line, and my browser popped up with the working servlet. &nbsp;Wow was that easy!</div><div><br></div><div><font class="Apple-style-span" face="Monaco">$ mzscheme tiny-servlet.ss&nbsp;</font></div><div><font class="Apple-style-span" face="Monaco">Your Web application is running at <a href="http://localhost:8000/servlets/standalone.ss">http://localhost:8000/servlets/standalone.ss</a>.</font></div><div><font class="Apple-style-span" face="Monaco">Click 'Stop' at any time to terminate the Web Server.</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp;&nbsp;C-c C-c</font></div><div><font class="Apple-style-span" face="Monaco">Web Server stopped.</font></div><div><font class="Apple-style-span" face="Monaco">$&nbsp;</font></div></body></html>