awesome.&nbsp; I missed that &quot;path&quot; was in italics.&nbsp; path was what was unbound, duh.&nbsp; I thought it was saying that something in my path was unbound.&nbsp; Totally amazing software, I&#39;m sure I don&#39;t have to say.&nbsp; Totally amazing.<br>
<br><div class="gmail_quote">On Thu, Feb 12, 2009 at 2:08 PM, Jay McCarthy <span dir="ltr">&lt;<a href="mailto:jay.mccarthy@gmail.com">jay.mccarthy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Thu, Feb 12, 2009 at 11:13 AM, e &lt;<a href="mailto:eviertel@gmail.com">eviertel@gmail.com</a>&gt; wrote:<br>
&gt; just before the https section in the tutorial: <a href="http://docs.plt-scheme.org/continue/index.html" target="_blank">http://docs.plt-scheme.org/continue/index.html</a><br>
&gt;<br>
&gt; &nbsp; I tried&gt; mzscheme -t blog.ss<br>
&gt;<br>
&gt; &nbsp; and got back&gt; blog.ss:150:33: compile: unbound identifier in module<br>
&gt; in: path<br>
<br>
</div>Your problem is that you&#39;ve left &#39;path&#39; in the code, where it says:<br>
<br>
&quot;You should change /path/ to be the path to the parent of your htdocs<br>
directory.&quot;<br>
<div class="Ih2E3d"><br>
&gt; sooooooo, is &lt;file.ss&gt; supposed to be the same value as<br>
&gt; &quot;APPLICATION.ss&quot;, and are both of these supposed to be the place the<br>
&gt; application code was getting cut and past (in my case &quot;blog.ss&quot;)? &nbsp;Are<br>
&gt; all the ss files supposed to reside in a servlets folder? &nbsp;and is<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;#:servlet-path &quot;/servlets/APPLICATION.ss&quot;<br>
&gt;<br>
&gt; a relative path to htdocs?<br>
<br>
</div>file.ss is where the actual code is<br>
<br>
servlet-path (and APPLICATION.ss) is the URL you would like to use to get to it.<br>
<div class="Ih2E3d"><br>
&gt; and in the following,<br>
&gt; &nbsp; &nbsp; &nbsp; (list (build-path path &quot;htdocs&quot;))<br>
&gt;<br>
&gt; is htdocs relative to where you run the mzscheme command?<br>
<br>
</div>htdocs is relative to &#39;path&#39;, which you must supply. If you use<br>
(current-directory), then you will use the current directory.<br>
<br>
Jay<br>
<div><div></div><div class="Wj3C7c"><br>
&gt;<br>
&gt; Thanks.<br>
&gt; _________________________________________________<br>
&gt; &nbsp;For list-related administrative tasks:<br>
&gt; &nbsp;<a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Jay McCarthy &lt;<a href="mailto:jay@cs.byu.edu">jay@cs.byu.edu</a>&gt;<br>
Assistant Professor / Brigham Young University<br>
<a href="http://teammccarthy.org/jay" target="_blank">http://teammccarthy.org/jay</a><br>
<br>
&quot;The glory of God is Intelligence&quot; - D&amp;C 93<br>
</font></blockquote></div><br>