Hi everyone,<br>I&#39;m new to Scheme and MzScheme, and I was trying to get the web server setup. I ran into some issues:<br><br>1. The init script on Ubuntu is wrong. It is referencing &#39;text-launch.ss&#39;. I had to change it to &#39;private/launch-text.ss&#39;. I&#39;m guessing that is more of a Debian/Ubuntu issue than a MzScheme issue, but I don&#39;t know if the init script is part of the MzScheme distribution.<br>
<br>2. I needed some documentation, so I did what I thought was the reasonable thing and installed the Web Server manual in the help desk. The only problem is that manual was sorely out of date, and it was totally wrong in terms of how to configure the server. It seems the configuration system has changed since 12/28/2007?<br>
<br>So I did the next most reasonable thing and looked up the documentation on the <a href="http://plt-scheme.org">plt-scheme.org</a> site. Click on &quot;Documentation&quot;. Click on &quot;All PLT Documentation&quot;. Click on &quot;Web Server Manual&quot;, and it&#39;s the same thing that gets installed in the help desk. It was only after searching through the mailing list archives that I found this site &#39;<a href="http://docs.plt-scheme.org">docs.plt-scheme.org</a>&#39;. The configuration section at least seems to match what I&#39;m seeing in the installed collection, so I&#39;m hopeful this will help me figure out how to get started writing servlets. Is this a prerelease documentation site or something? Why isn&#39;t it linked from the <a href="http://plt-scheme.org">plt-scheme.org</a> site? I guess I&#39;m just confused.<br>
<br>3. I tried to use instantservlet, and when I ran the example I get:<br><br>standard-module-name-resolver: collection not found: &quot;scheme/base&quot; in any of: (#&lt;path:/home/paul/.plt-scheme/372/collects&gt; #&lt;path:/usr/lib/plt/collects&gt;)<br>
<br>I can&#39;t seem to find scheme/base anywhere is this a planet or some extra collection to install?<br><br>I&#39;m running DrScheme/MzScheme 372 on Ubuntu Hardy Heron. Perhaps I should install MzScheme manually instead of using the Ubuntu distribution? Ubuntu seems to be using the latest version, though.<br>