I like this a lot and will be combing over it for a while. <div><br></div><div>I did find in your instructions that:</div><div><br></div><div>directory: (FileDirectory on: &#39;/tmp/monticello&#39;)</div><div><br></div><div>
presented some problems for me. Putting a folder called &quot;monticello&quot; in the Squeak folder, ensuring anybody could write/read to it, </div><div>and then using: </div><div><br></div><div>directory: (FileDirectory default directoryNamed: &#39;monticello&#39;)</div>
<div><br></div><div>worked as expected. </div><div><br></div><div>I don&#39;t think MCWebServer could find the directory due to an incomplete path. I have a feeling that you expected the relative path to be assisted by the fuller path that gets put into the directory instvar during initialization. But I don&#39;t think the example instructions you&#39;ve provided do that. They clobber whatever&#39;s in the directory instvar and leave it with only a relative path. That seems to be why I was getting errors. </div>
<div><br></div><div>Thanks for sharing this. </div><div><br></div><div>Chris </div><div><br></div><div><br></div><div><br></div><div><br></div>